Giter VIP home page Giter VIP logo

Comments (4)

bcoe avatar bcoe commented on July 24, 2024

@vamcc this library should be supporting NO_PROXY, could you provide a minimal example that is failing for you?

from gaxios.

vamcc avatar vamcc commented on July 24, 2024

@vamcc this library should be supporting NO_PROXY, could you provide a minimal example that is failing for you?

Yes, but not every package use gaxios as its request client. Maybe some other request clients just support 'HTTP_PROXY’ but not 'NO_PROXY'.
I found options.agent below, does it work?

{
  agent: new HttpsProxyAgent(proxy),
}

Here is the source code about opts.agent and proxy.
I doubt is this an alternative provided for developers?πŸ˜‚

from gaxios.

drmrbrewer avatar drmrbrewer commented on July 24, 2024

I agree that it would be nice to be able to specify a proxy on a per-request level via a simple proxy: 'http://my.proxy.com' option, rather than using a global env var as suggested here, which will apply to all requests made in that environment.

Having said that, it does indeed seem to be possible already to set a per-request proxy using agent: new HttpsProxyAgent('http://my.proxy.com') but this requires the extra leg-work of installing the https-proxy-agent module and importing with import HttpsProxyAgent from 'https-proxy-agent'... not a massive deal but a proxy option would be nicer IMHO!

from gaxios.

danielbankhead avatar danielbankhead commented on July 24, 2024

Resolving shortly via:

from gaxios.

Related Issues (20)

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.