write a simple Ptyhon web proxy that can accept basic http method (GET, POST, HEAD, DELETE) and filter black list.
Some code was copy from pinkeshbadjatiya and SERGEANT SPLOIT.
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
Feel free to copy and modify the code.