You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is intended behavior but I was scraping an rss feed which has a malformed header yet the body is still okay. Chrome seems to render the content fine. This is what the headers look like:
Hi,
I'm not sure if this is intended behavior but I was scraping an rss feed which has a malformed header yet the body is still okay. Chrome seems to render the content fine. This is what the headers look like:
The
X-XSS-Protection
header is the culprit yielding a:InvalidHeader('400, message=\'Invalid HTTP Header: "X-XSS-PROTECTION\'',)
Would it make sense to continue processing and get the body?
The text was updated successfully, but these errors were encountered: