Skip to content

Quickly spin up an HTTP proxy for a given target URL

License

Notifications You must be signed in to change notification settings

krismuniz/quick-proxy

Repository files navigation

Quick Proxy

Code-Style:Standard License:MIT

Quickly spin up an HTTP proxy for a given target URL.

Quick Proxy replicates every request sent from the client to a server and every response from the server to the client.

Use Cases

  • Domain masking
  • HTTP Interception
  • HTTP Monitoring
  • HTTP Filtering
  • Logging
  • Anonymous browsing
  • Educational purposes 👀

One-click Cloud Deploys

You can deploy a Quick Proxy server to any of these services with just one click!

Deploy

Deploy to now

Remix on Glitch

Deploy Locally

Clone the Repo

$ git clone git@github.com:krismuniz/quick-proxy.git quick-proxy

Install dependencies

$ npm install

Start the server with URL and PORT environment variables

$ URL=http://example.com PORT=3000 npm start

License

MIT © Kristian Muñiz

About

Quickly spin up an HTTP proxy for a given target URL

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published