Simple Proxy server
intercepting and forward traffic
Target
- http 1.0, 1.1 (do not consider race condition using mutex or lock)
Features
- URL filtering → Domain level redirection (url should not be moved like 301 302)
- image on/off flag quering
Hint
- manage two sockets
- Disable persistent connection by modify HTTP header
- Some headers should be relayed
- Some headers should not be
Files
prx.py
report.pdf
Test urls
- m
- j
Seonglae Cho