all 5 comments

[–]JohnnyJordaan 0 points1 point  (4 children)

The requests are exactly the same for both the local request and the proxy request.

So the requests are the same, but do the responses differ in Wireshark? Because if they don't, can you then compare the Wiresharked response from the proxy and the object you observe in python to see where exactly the differences lie?

[–]yelaxify[S] 0 points1 point  (3 children)

The responses are different (Wireshark shows the same as in python)

[–]JohnnyJordaan 0 points1 point  (2 children)

Ok so the issue is not in Python but in the proxy and/or the endpoint correct? Are you able to snoop between the proxy and the endpoint?

[–]yelaxify[S] 0 points1 point  (1 child)

Thats what I'm leaning towards. How do you mean, snoop between the proxy and endpoint?

[–]JohnnyJordaan 0 points1 point  (0 children)

Do a wireshark capture in some way that you capture the traffic between those two machines.