Page 1 of 1

Proxy Server

Posted: Thu Mar 30, 2006 2:03 pm
by adamh91
Hi, im quite new to php and i was wondering if there are any tutorials on how to make a proxy server such as http://www.proxify.com so i can access websites even if they are banned on my work server.
Thanks in advance.
Adam. :D

Posted: Thu Mar 30, 2006 2:19 pm
by timvw
If you really want to build a proxy server, in this case a http proxy server, you would have to learn http. A websearch for RFC 2616 will guide you to a document that describes the protocol and how proxies should behave.