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
Using the same configuration syntax as for QueryRouteParameter, it is not possible to set a path segment as value using the RequestHeader transform. Is this behaviour intended or is it a bug?
RGFuaWVs
changed the title
Using path segment in RequestHeader transform not possible
Using path segment in RequestHeader transform not working
Sep 26, 2023
Description
Using the same configuration syntax as for QueryRouteParameter, it is not possible to set a path segment as value using the RequestHeader transform. Is this behaviour intended or is it a bug?
To Reproduce
Configuration:
GET <domain>/api/foo/bar
returnsExpected Behaviour
GET <domain>/api/foo/bar
returnsThe text was updated successfully, but these errors were encountered: