- Go to
src/server
and runserver.py
there
- Open a different Terminal tab
- Run
src/proxy.py
- Make a cURL request from terminal this way:
curl -x http://localhost:12345 http://127.0.0.1:20000/file1.txt
- Or, set system proxy to localhost:12345 and open
http://127.0.0.1:20000/
from browser
Screenshots are included in the screenshots
folder
Vivek Iyer (20161188) Aditya Agrawal (20161104)