Write a proxy server socket program where the proxy will sea
Write a proxy server socket program where the proxy will search for a webpage requested by a client in its cache. If available then it will serve the request otherwise will request to the main server. Program should be in python.
Solution
http://null-byte.wonderhowto.com/how-to/sploit-make-proxy-server-python-0161232/
use this site it will help you
