bogdanfinn / tls-client-api

This is an application which is using gosoline and TLS-Client to run a simple request forwarding service with the option to use specific tls fingerprints which are implemented in TLS-client
BSD 4-Clause "Original" or "Old" License
83 stars 9 forks source link

302 response missing Location header #3

Open oswinkil-git opened 1 year ago

oswinkil-git commented 1 year ago

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.

bogdanfinn commented 1 year ago

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

oswinkil-git commented 1 year ago

@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.

mastercho commented 1 year ago

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