-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for the NO_PROXY environment variable #705
Comments
@seanmonstar I figured the best thing would be to add it to the Because i think i need to catch it in the If possible, could you point me in a bit in the right direction? |
The behavior would likely be contained in the I'm not too familiar with all the rules that |
There are some basics at least. But there are a lot of differences indeed. Thx for the pointers, i will take a look there. |
I would be interested in seeing this problem fixed. Thank you! |
Curl works by splitting the "domains" in the |
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Opened a PR for this: #877. |
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
* feat(proxy): Adds NO_PROXY environment variable support Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes #705
) * feat(proxy): Adds NO_PROXY environment variable support Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
Hello there,
Using the use_sys_proxy() feature does not support the NO_PROXY environment variable.
This causes Domains or IP's which should not go through the proxy to not work.
Most languages/tools support a simple comma separated list of items to skip proxy for.
This list can contain the following.
Example:
The text was updated successfully, but these errors were encountered: