You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/09 16:20:57 UTC

[GitHub] [apisix] MrLightSpeed0 commented on issue #2280: Route traffic through company proxy / firewall

MrLightSpeed0 commented on issue #2280:
URL: https://github.com/apache/apisix/issues/2280#issuecomment-706275290


   @spacewander and @liuhengloveyou
   exactly, first to answer your question, the forward proxy (if this term means different to you. I am sorry for the confusion) is a plain http proxy. Then second, I do have this set up as a global policy in my development environment as below:
   http_proxy = http://myCompany:port
   https_proxy = http://myCompany:port
   no_proxy = 127.0.0.1, localhost, etc...
   the use case is pretty simple, I am trying to make the example you have in your document work (also mentioned in posts above). and since i am trying this on a company machine. it needs to go thru the above mentioned proxy (it is the only way out for all our egress traffic. i believe all companies have this implemented. so it is very common set up). Please advise.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org