Proxy Webserver in Python
Ask by Anonymous User
Updated 13 Jul 2018
Socket programming in python is very user friendly user. user focusing on the application layer more than the network layer in python.
Creating an incoming socket :
*create a socket serverSocket in the __init__ method of the Server Class.
Accept client and process:
while True:
Redirecting the traffic:
How to test the server?
- Blacklisting Domains
- Content monitoring
- Logging
- HTTP WebServer + ProxyServer