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
This is weird, but browsers don't usually escape |; Chrome only escapes it in URL path, but not in query; Firefox doesn't escape it at all. See scrapy/w3lib#25 (comment).
The text was updated successfully, but these errors were encountered:
That's a pretty cool survey of browser behavior you've got in there! It also keenly demonstrates the moving target with trying to emulate browsers. That said I've got some ideas of how to achieve similar behavior, related to #28. In short, make these global behaviors customizable based on a context. It'll probably come after we get a more modern IDNA approach, but it's definitely on the roadmap! :)
This is weird, but browsers don't usually escape
|
; Chrome only escapes it in URL path, but not in query; Firefox doesn't escape it at all. See scrapy/w3lib#25 (comment).The text was updated successfully, but these errors were encountered: