mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-07 02:11:05 +00:00
16 lines
291 B
Markdown
16 lines
291 B
Markdown
# 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!
|
|
|
|
## References
|
|
* https://github.com/anapeksha/python-proxy-server
|
|
|
|
## Contact
|
|
* gnh1201@gmail.com
|