Skip to content

amirR01/HTTP-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTTP-Proxy

A simple HTTP proxy server written in Python.

Usage

  1. Clone the repository
  2. Run the server using python3 main.py
  3. Configure your browser to use the proxy server at localhost:12345
  4. Enjoy!

Note

  • You can change the address and port of the proxy server in the main.py file in the main function.
  • If you use CONNECT command before sending the requests the proxy will stablish a connection with the server and will forward the requests to the server.
curl -x localhost:12345 CONNECT destination

About

A simple HTTP proxy server written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages