-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Netflix zuul redirect #176
Comments
You will have to write a filter for rewriting redirect location for the response that contains absolute URIs. |
Thanks... How can i delete the origin location from header and insert my new one ? Thanks |
I want to use a reverse proxy only with Zuul (no spring cloud) and i cannot write my redirect rule, could you provide a simple example? |
The location header is just like any other header. Take a look at 326 |
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. |
Hi,
I'm using zuul proxy server as a reverse proxy.
I send http request that going through zuul server and when i get response with status code 3++ (redirect), the browser doing redirect and shows me the url of the real server.
How can i solve this problem ?
Thanks a lot
The text was updated successfully, but these errors were encountered: