-
Notifications
You must be signed in to change notification settings - Fork 359
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
HTTP proxy authent with fetch #273
Comments
It would be nice if variables: HTTP_PROXY, HTTPS_PROXY and NO_PROXY could be supported out of the box. |
Hi @nocquidant. So you wan't fetch to route request via a proxy configured via HTTP(s)_PROXY? How would you configure auth? Meanwhile, can you use something like s_client to work around that? |
Hi, thanks for your response! |
Thanks, we will add this! |
Hi, any chance of implementing this in near future? I 'll need it for my next project. Thanks (just asking) |
Hi, sometimes I need to attach one of my Lambdas to a VPC to access private ressources like ALB...
And then, I have to specify an HTTP proxy to be able to access the Internet (security requirement).
But as far I as know, fetch doesn't support HTTP proxy with authentication out of the box.
Do you have some guidelines here to make this use case work?
Thanks!
--nick
The text was updated successfully, but these errors were encountered: