Replies: 1 comment
-
Hi, I guess you add an unexpected |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
maybe I'm misunderstanding something but I don't exactly understand why the validation forbids an
HTTPRoute
like that:I totally get that there needs to be ONE path matcher so that the rewrite can take place after. Currently, validation forbids a second matcher (in that case header) validation logic. Can someone help me understand why? I feel like re-writing a path in cases where a specific header applies is a valid use-case and its not directly interfering with pathes. Why did we initially forbid that?
Beta Was this translation helpful? Give feedback.
All reactions