Netflix/zuul

Does Zuul2 Support Injection of an Additional Proxy before Message Reaches the Origin?

jhareuk opened this issue · 2 comments

We are currently using Zuul 2.1.9 as our gateway. I have an HttpInboundSyncFilter that I want to use to inject a proxy call between zuul and the origin service when a certain criteria is met on a request. A cURL example (from Zuul) would look like this curl --proxy http://my-proxy.com:8080 https://my-service/endpoint.

Is this something that Zuul2 even supports? I'm not sure if Netty even supports it. I'm trying to find a good example on either but coming up short.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

This issue was closed because it has been stalled for 7 days with no activity.