You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: How to change the relative redirect location to absolute url?
Description:
I have an upstream server that responses a request with status code = 303 and a relative location such as: "/session/12345/status". Hence, when I use the following route config, the redirection failed with an error: "Internal redirect failed: invalid location...":
Per the docs, Envoy only supports fully qualified URLs at the moment. I've not looked closely, but It should be possible to implement a change to handle relative URLs.
Title: How to change the relative redirect location to absolute url?
Description:
I have an upstream server that responses a request with status code = 303 and a relative location such as: "/session/12345/status". Hence, when I use the following route config, the redirection failed with an error: "Internal redirect failed: invalid location...":
Checking the document seems to require an absolute path for the location: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http/http_connection_management#internal-redirects
Is there any work around for this? Thank you.
The text was updated successfully, but these errors were encountered: