CustomAuth
#1155
-
Hi There, |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Jul 17, 2021
Replies: 1 comment
-
Option 1) Add a transform to a specific route: reverse-proxy/testassets/ReverseProxy.Code/Startup.cs Lines 61 to 78 in bfb6406 Option 2) Add a middleware that applies to all proxy routes, then check for specific route information per request. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karelz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Option 1) Add a transform to a specific route:
https://microsoft.github.io/reverse-proxy/articles/transforms.html#from-code
reverse-proxy/testassets/ReverseProxy.Code/Startup.cs
Lines 61 to 78 in bfb6406