Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
/ middleman Public archive

A simple Node application that lets you proxy a website (over HTTP or HTTPS) via a local HTTP server.

Notifications You must be signed in to change notification settings

SamirTalwar/middleman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiddleMan

A very simple HTTP proxy that can proxy an HTTPS server.

Using MiddleMan

You will need Node.js to run MiddleMan.

Once cloned, you can run it easily:

./index.js <URL to proxy>

For example, to proxy Google's encrypted domain:

./index.js https://encrypted.google.com/

You can then connect to the server on http://localhost:8080/.

You can optionally specify a port. The following command runs the proxy on port 5000:

./index.js https://encrypted.google.com/ 5000

About

A simple Node application that lets you proxy a website (over HTTP or HTTPS) via a local HTTP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published