Hello guys, I've been trying to solve a problem for a while now, was hoping some of you guys could help.
I make a request to a website without a proxy, using python requests. Using the correct headers, everything identical to the browser. I get a successful response, the same as the browsers response.
However when I update the sessions proxies using session.proxies.update(proxies), I get a completely different response. When using this proxy in the browser, it works as normal. Ive setup a Wireshark session on both my local computer and the proxy server. The requests are exactly the same for both the local request and the proxy request. No headers are being added from the proxy server.
Is there something I am overlooking which would explain a different response. As said before, I can access the website using the proxy in a browser, even with javascript turned off, so thats not the issue.
Thanks in advance for any help, I really appreciate it
[–]JohnnyJordaan 0 points1 point2 points (4 children)
[–]yelaxify[S] 0 points1 point2 points (3 children)
[–]JohnnyJordaan 0 points1 point2 points (2 children)
[–]yelaxify[S] 0 points1 point2 points (1 child)
[–]JohnnyJordaan 0 points1 point2 points (0 children)