mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-05 17:31:03 +00:00
549 B
549 B
php-httpproxy
HTTP proxy implementation with PHP socket
How to works
You <-----> HTTP proxy (Python) <-----> Web hosting (PHP) <-----> On the Web
HTTP proxy over the web hosting!
How to use
- Write a file with filename like
.env
(Linux) orsettings.ini
(Windows). Like this:
[settings]
PORT=5555
PROXY_URL=http://example.org
-
Run
python server.py
and set HTTP proxy in your web browser (e.g. Firefox) -
Enjoy it