Skip to content

imhazige/node-http-connect-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project using to provide CONNECT HTTP method proxy

By using node http proxy, inspired from this discussion

Run the server

git clone https://github.com/imhazige/node-http-connect-proxy.git
go to the project folder npm install
npm start or node server.js

Test

node test.js

Deploy to heroku

Commit code to your heroku project, no configuration is required!

Simple autentication

Set the system env variable PROXY_AUTH_KEY, and add the same value to the header 'porxy-authorization' when request the proxy header. by default, authentication is disabled.

Warning!

The Http connect proxy in anyway is on a HTTP protocol, it should be used to resolve problem like proxy across a DMZ, it unable to go across some other *wall. When you encounter error like read ECONNRESET, that the case.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published