Proxy with PHP
Posted: Sat Jun 06, 2015 1:31 pm
Hello.
I wonder if it's possible to make something like SOCKS5 or HTTP proxy with PHP.
A SOCKS is a IP:PORT which plays a proxy role and all the internet traffic will be passed through it.
Is it possible to make such a proxy with PHP, for example WEBSITE_IP:PORT which get the user request and returns something.
I know it may be possible to implemented by socket programming.
I wonder if it's possible to make something like SOCKS5 or HTTP proxy with PHP.
A SOCKS is a IP:PORT which plays a proxy role and all the internet traffic will be passed through it.
Is it possible to make such a proxy with PHP, for example WEBSITE_IP:PORT which get the user request and returns something.
I know it may be possible to implemented by socket programming.