http-request icon indicating copy to clipboard operation
http-request copied to clipboard

Cookies from 302 responses (Redirects) are not taken into account

Open npetrovski opened this issue 11 years ago • 1 comments

I guess this is the standard HttpURLConnection behavior, but indeed I see this wrong. The problem is that when a 302 response is received with "Set-Cookies" headers and those are not taken into account when following "Location" header.

Expected behavior should be the cookies from the original request should be merged with those coming with the 302 response if its on the same domain.

npetrovski avatar Mar 30 '14 11:03 npetrovski

Any fixes for this by now ?

ProofOfPizza avatar Aug 10 '17 07:08 ProofOfPizza