-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] cookies flag (either -b or --cookies) does not work properly when there are multiple cookies #1150
Comments
Howdy! Can you please post your exact command? |
Yes, redacted for privacy
|
ok, there are a few problems here. first, so, a better invocation would be
however, this approach breaks down on your third cookie due to mulitple equals signs. thankfully, since
|
Wouldn't it be better that the |
yes, i started working on that already 😁 itll be in the next release |
update: the following cli options
produce the following header
|
Describe the bug
Both
-b
and--cookies
don't work properly - cookies don't get sent in requests when there are multiple cookies like so:To Reproduce
Steps to reproduce the behavior:
-b
or--cookies
flag and use multiple cookiesSee this screenshot:
Also, Burp suite with request shows empty cookie header
Expected behavior
I expect cookies to actually be sent
Traceback / Error Output
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: