Skip to content
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

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

Open
jhareuk opened this issue Oct 20, 2022 · 1 comment

Comments

@jhareuk
Copy link

jhareuk commented Oct 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jhareuk and others