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 I call client.post() and I receive a 302 status the SET_COOKIE headers are gone. I know that these headers should be set because when I do the same thing in a browser I can see them.
I assume this has something to do with 302 being a redirection code, but is it possible to still extract these cookies?
The text was updated successfully, but these errors were encountered:
When I call
client.post()
and I receive a 302 status theSET_COOKIE
headers are gone. I know that these headers should be set because when I do the same thing in a browser I can see them.I assume this has something to do with 302 being a redirection code, but is it possible to still extract these cookies?
The text was updated successfully, but these errors were encountered: