tls-client-api icon indicating copy to clipboard operation
tls-client-api copied to clipboard

302 response missing Location header

Open oswinkil-git opened this issue 2 years ago • 3 comments

Seems that a certain site gets this error constantly. I've enabled redirects as I saw that it was a potential fix for it but to no avail.

oswinkil-git avatar Jan 12 '23 06:01 oswinkil-git

@monermanSOL is this maybe also related to #2 ? Do you have the redirect target also in the body?

bogdanfinn avatar Jan 12 '23 06:01 bogdanfinn

@monermanSOL is this maybe also related to #2 ? Do you have the redirect target also in the body?

I don't think it's related to that question since I couldn't get any response from the get request. I did not have the redirect target in the body so I'll try that.

oswinkil-git avatar Jan 12 '23 07:01 oswinkil-git

well if is no response and its 302 status then you must have Location header in response headers to see where is following, and enabled redirects if dont work then is issue

mastercho avatar Jan 24 '23 02:01 mastercho