You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the proxy route contains a PathSet tranform, and even if i reassign the proxy request to another cluster, this transform is still applied.
Is there a way to disable this transform for the request when I reassign the request to another cluster?
Assigning both route and cluster when reassigning proxy request worked for me, this is the actual code I used instead of ReassignProxyRequest, with both route and cluster retrieved from IProxyStateLookup:
Discussed in #1749
Originally posted by asgeirn June 2, 2022
Hi!
I'm attempting using Unleash feature toggles to reassign proxy requests as described in https://microsoft.github.io/reverse-proxy/articles/ab-testing.html
However, the proxy route contains a PathSet tranform, and even if i reassign the proxy request to another cluster, this transform is still applied.
Is there a way to disable this transform for the request when I reassign the request to another cluster?
Assigning both route and cluster when reassigning proxy request worked for me, this is the actual code I used instead of
ReassignProxyRequest
, with both route and cluster retrieved fromIProxyStateLookup
:The text was updated successfully, but these errors were encountered: