Skip to content
Discussion options

You must be logged in to vote

You have two choices to address link generation issues like this:

A) Flow the value "/app1" to the destination as a request header "x-forwarded-pathbase" or similar. This could be added with a header transform. The destination can consume this value and use it when generating links and redirects. There are some examples of this from the receiving end here: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-3.1#deal-with-path-base-and-proxies-that-change-the-request-path

B) Re-writing links and redirects in the response using a response header transform. We haven't written a transform for this yet, we'd need to write one that derives from Respo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@glucaci
Comment options

Answer selected by glucaci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants