Skip to content

Remorax/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASSIGNMENT 2

Instructions

For Server

  • Go to src/server and run server.py there

For Proxy

  • Open a different Terminal tab
  • Run src/proxy.py

Making a request

  • 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

Screenshots are included in the screenshots folder

Vivek Iyer (20161188) Aditya Agrawal (20161104)

About

Implementation of a proxy server in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages