-
Hi There, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Option 1) Add a transform to a specific route: |
Beta Was this translation helpful? Give feedback.
-
Hi There, |
Beta Was this translation helpful? Give feedback.
-
Option 1) Add a transform to a specific route: |
Beta Was this translation helpful? Give feedback.
Option 1) Add a transform to a specific route:
https://microsoft.github.io/reverse-proxy/articles/transforms.html#from-code
https://github.com/microsoft/reverse-proxy/blob/bfb6406e03a342722f0661f0059f63a8c1eedc3d/testassets/ReverseProxy.Code/Startup.cs#L61-L78
Option 2) Add a middleware that applies to all proxy routes, then check for specific route information per request.