How Proxy server works with tcp/http connections?
- by Vivek
Since I am a beginner in the world of internet/networking, I always mess up with these kinds of doubts in my head while programming ;) .. My doubts are,
While working behind a proxy, how my requests and responses work?
Means my request headers and data will first reach to Proxy server- then proxy server sends it(same headers and data) to…