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(^(.*): *(.*)\\s*$) does not look like correct headers handling, for instance try to parse User-Agent: Mozilla:4.0. Are you aware of RFC 7230 to speak about compliance?
The text was updated successfully, but these errors were encountered:
This
(^(.*): *(.*)\\s*$)
does not look like correct headers handling, for instance try to parseUser-Agent: Mozilla:4.0
. Are you aware of RFC 7230 to speak about compliance?The text was updated successfully, but these errors were encountered: