Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as too localized by Andrew Medico, Chacha102, talhakosen, The Shift Exchange, Positive Dec 27 '12 at 10:50

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.