Does EnvHttpProxyAgent handle leading dot in no_proxy in an optimal way?
              
              #4618
            
            
                  
                    
                      SuperOleg39
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| I think we can look at  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Does EnvHttpProxyAgent handle leading dot in
no_proxyin an optimal way?Current behaviour, for
no_proxy: .example.comandno_proxy: *.example.com- requests forexample.comwill be proxied.Reference -
undici/test/env-http-proxy-agent.js
Line 318 in 6d912de
Proposed behaviour, requests for
example.comwill bypass proxy, leading dot stripped.References:
Beta Was this translation helpful? Give feedback.
All reactions