I've searched a lot, but have not found a solution.
Maybe you have a tip or give me a link for the solution, maybe in this forum.
We have an IIS 7.5 reverse proxy with many redirects https://public-url.de/customer1 to locally http://server1.local/customer1https://public-url.de/customer2 to locallyhttp://server4.local/customer2 https://public-url.de/customer3 to locally http://server1.local/customer3 etc
The user only sees on the Internet the requested URL
The problem: we forwarding a local page (intern Server) with the command
RedirectURL String = "http://www.foreign-url.de/support/index.html"; response.sendRedirect (redirectURL);
Now, the Internet user receives the following address: "http://www.public-url.de/support/index.html"
This page "/ support / index.html" does not exist
Is there a workaround for the IIS? Or a link to another Thread?
Thanks a lot
regards