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
When the request is repeated with the same session file (but without the sAuth given on the command line), the result is that only the cookie sAuth is sent, not the cookies JSESSIONID and XSRF-TOKEN:
If I am not missing anything, this seem to be fixed by @kbanc on #932. If the issue is still persisting, please let us know by creating another ticket.
Consider the following request:
https --session=/tmp/c-session "https://localhost:8721/customer/business/1" Cookie:sAuth=foo6
If the server sets cookies
XSRF-TOKEN
andJSESSIONID
, the session file will look like this:When the request is repeated with the same session file (but without the sAuth given on the command line), the result is that only the cookie sAuth is sent, not the cookies
JSESSIONID
andXSRF-TOKEN
:https --verbose --session=/tmp/c-session "https://localhost:8721/apis/customer/business/1"
Request:
I would have expected to have all three cookies set in the request.
The text was updated successfully, but these errors were encountered: