-
I've read that the YARP Proxy can't handle requests when the app containing the proxy is in a virtual directory, I just want to know if what I've read is correct / if it would work with the below structure which I have in mind. Our current structure is (Bold entries are where I would place the .NET 9 web app, even if it's hierarchically not "in front" of the .NET 4.8 web app):
Would it make any difference if the .NET 9 web app is a level above the .NET 4.8 web app? Any advices how it could be done better are also welcome 😊 Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved by adding the "AllowAutoRedirect" option to the proxy:
|
Beta Was this translation helpful? Give feedback.
Resolved by adding the "AllowAutoRedirect" option to the proxy: