Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Specifically header names are case insensitive. If you're seeing the name being handled in a case sensitive way, please open a bug report. If you want case insensitive header value guards, that's a feature request or use the fn_guard method suggested by @bellemere. |
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
-
I have a route with a header guard like this. It works but it is case sensitive - headers should not be case sensitive. Can anyone suggest to me please how I make this case insensitive? thanks!
Beta Was this translation helpful? Give feedback.
All reactions