apigee-internal / microgateway

Microgateway: A lightweight Node.js based API gateway
Other
71 stars 77 forks source link

http proxy with user/pw does not send Proxy-Auth header #348

Open justSomeo opened 2 years ago

justSomeo commented 2 years ago

Setup a MGW to reach an API in the internet. The MGW itself is located behind a proxy that needs authentication.

When configuring the proxy in the configmap (deploy on k8s), the MGW logs show that the requests to the API return with http 407 (proxy auth needed).

Looking into the proxy logs, the requests can be seen without the Proxy-Auth header.