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
Envoy, on which Ambassador is built, doesn't have a way to rewrite received HTML or redirects. Many web apps are now offering a way to tell the application the path under which it's running (e.g., tell your Zipkin installation that its routing prefix is /springbootzipkin/zipkin/ instead of just /zipkin/). This is a much more robust solution than trying to do rewriting in the proxy.
I'm going to go ahead and close this issue. Our Slack channel is also available if you have further questions.
I have zipkin service :
I test it with:
In ambassador log I can see:
I get 404 becasue of zipkin reply with 302 /zipkin redirect.
My question is:
How can I solve this problem ?
It would be great on ambassador to inject this reply based on my mapping and instead of /zikpin reply with /springbootzipkin/zikpin
The text was updated successfully, but these errors were encountered: