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
Some older web servers require headers to be title case. We need to determine if a header starts with title case for only certain headers.
If it is insensitive the headers should not be lowercased by default?
The text was updated successfully, but these errors were encountered:
Hi, @seanmonstar no we need to be able to have some headers lowercase and some caps. The google chrome browser sends headers this way and we need to mimic the real world handling of it since some websites have strict anti-bot defenses that require this.
Some older web servers require headers to be title case. We need to determine if a header starts with title case for only certain headers.
If it is insensitive the headers should not be lowercased by default?
The text was updated successfully, but these errors were encountered: