-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
Describe the bug
In the RestTemplateFactory class here:
You can see that the code fetches the no proxy list from the http.proxy-exclusions vscode property: this is not the official vscode property for this, since it's instead http.noProxy (which can contains "*")
To Reproduce
Try to set the http.noProxy variable to exclude a host from proxy: the RestTemplateFactory still uses the proxy
Sample