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
Currently, HTTP::Response#next-request doesn't care about Set-Cookie header of the response (understand just Location header).
So, If someone wants to request with some received Cookie (like session Cookie), one has to set Cookie manually like following:
Currently,
HTTP::Response#next-request
doesn't care aboutSet-Cookie
header of the response (understand justLocation
header).So, If someone wants to request with some received Cookie (like session Cookie), one has to set Cookie manually like following:
I think it's useful if
HTTP::Response#next-request
understands response'sSet-Cookie
header and automatically set Cookies to the next request.The text was updated successfully, but these errors were encountered: