villadora / express-http-proxy

Proxy middleware for express/connect
Other
1.22k stars 236 forks source link

HTTP proxy #497

Open leoregner opened 2 years ago

leoregner commented 2 years ago

I appears as if the reverse proxy would use the system HTTP proxy when requesting the proxied ressource. Is there a possibility to exclude certain domains from using the HTTP proxy (comparable to the no_proxy environment variable)?

monkpow commented 1 year ago

I suspect you can do what you want with the filter capability.

If you don't think this is a match for your use case, can you give a little more detail about what you are trying to accomplish?

leoregner commented 11 months ago

I suspect you can do what you want with the filter capability.

If you don't think this is a match for your use case, can you give a little more detail about what you are trying to accomplish?

I do not want to avoid using the reverse proxy, I would like the reverse proxy not to use a the system HTTP proxy.