Simple_Proxy_Server

write a simple Ptyhon web proxy that can accept basic http method (GET, POST, HEAD, DELETE) and filter black list.

Reference

Some code was copy from pinkeshbadjatiya and SERGEANT SPLOIT.

Installing & Deployment

Application file --> ProxyServer.py  run with modify the port inside, and set the port No. and 127.0.0.1 in your browser proxy settings
TCPClient.py --> for test purpose. You can imitate HTTP client-side here and send a standard HTTP request header

Licence

Feel free to copy and modify the code.