a week ago that I'm building my own chain of proxy, but I encounter things that are not clear and s so I need your help to enlighten me.
I am using PHP and sockets, so I proceed as follows:
*1-*create a socket to proxy1
*2-*Sending request (NOT get, but NOT Post that you know :))
*3-*I get my well response message from server: 200 OK
Here is my goal (only in PHP not SSH): localhost => proxy1 => Proxy2 => Proxy3 => www.cible.org
So I have my connection to Proxy2. But now I'm stuck. I do not know how to query the contents of my will ask the Proxy2 Proxy3 to connect to, which I will return the contents of www.cible.org.
Thank you to those who can give me a hand.
(Sorry, it is a google translation ::))
I know that the topic was already discussed on StackOverflow, but it was not quite clear to me, sorry.