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
@12bchl It is not an issue in curl or Resty v3, it is by design. Resty v3 digest should perform the same behaviour as curl. Resty v2 was not doing it appropriately, I have addressed it in v3.
Typically, the first request is made to get the value of the header WWW-Authenticate, for which the body is not required.
Difference in behaviour between resty v2 -> v3
Post request body is no longer transmitted for existing sessions
The body (encoding is irrelevant) will be present in v2, or if we comment out first GET request it would be visible in v3.
For existing sessions, using digest auth, POST request body is missing.
Verified with wireshark on client machine, no redirection issues.
Oddly I get the same issue with
curl
v7.88.1Client OS: 6.1.0-31-amd64
The text was updated successfully, but these errors were encountered: