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
If there are two or more cookie value in "Cookie", their delimiter is ";".
"Accept-Language", "User-Agent" might contains ";" too.
So, when there are multiple headers in -H, these headers raise a panic error.
Example headers are:
`
Cookie: _ga=GA1.1.1691826; io=wSaVgyAsiDtAAAd; sbs=kQzmcq4t;
If there are two or more cookie value in "Cookie", their delimiter is ";".
"Accept-Language", "User-Agent" might contains ";" too.
So, when there are multiple headers in -H, these headers raise a panic error.
Example headers are:
`
Cookie: _ga=GA1.1.1691826; io=wSaVgyAsiDtAAAd; sbs=kQzmcq4t;
Accept-Language: zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7,zh-CN;q=0.6,fr;q=0.5,ja;q=0.4
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) Safari/537.36
`
The text was updated successfully, but these errors were encountered: