Giter Club home page Giter Club logo

proxy's Introduction

proxy's People

Contributors

dependabot[bot] avatar lpinca avatar nikolakanacki avatar psvet avatar tootallnate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

proxy's Issues

proxychains or upstream proxy

I have problem with making proxychain in nodejs.
I want to make proxy server that accept http and https requests and forward requests to another proxy that requires authentication.
for example:
client (https://www.yahoo.com) --> myproxy (nodejs proxy) --> my organization proxy (this proxy require username and password) --> Internet (https://www.yahoo.com).

Could you please help me with this issue?
Thanks in advace

Publish new version on npm?

It looks like the args dependency was updated from 3.0.2 to 5.0.1 in 2a29d92. args 3.0.2 depends on minimist 1.2.0, which falls under a npm security advisory: see https://npmjs.com/advisories/1179

Because you've already updated the args dependency, this is no longer a problem for the latest version of the code, but it appears that the latest version is not yet published on npm. Could you please publish it, so others can update and stop using this old version of minimist?

tunneling through external proxy

Hi everyone,
I try to make a proxy server that will be proxify to another proxy...
If for the HTTP request I just add proxy agent
https://github.com/TooTallNate/proxy/blob/master/proxy.js#L197
like this:
parsed.agent = new HttpProxyAgent("http://another_public_proxy:3128/");

But it not works for HTTPS
https://github.com/TooTallNate/proxy/blob/master/proxy.js#L428
when I try:
opts.agent = new HttpsProxyAgent("http://another_public_proxy:3128/");

I trying to do a proxy rotation between many external proxies...

Add a throttle option

I'd like to use this proxy as a method to test site load times, but throttled both to represent realistic traffic and to limit the rate to a low enough rate to ensure tests are similar run to run (regardless of some network congestion).

My use case is starting the proxy and then having phantomjs run through it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.