Replies: 1 comment
-
Maybe, the |
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
-
Now and then I get exceptions in my Sentry monitoring system that were caused by security scanners sending requests with invalid UTF-8 characters in parameter strings:
I would like to reject requests with strings containing invalid utf-8 characters, but Laravel contains no such validation rule.
A solution would be to use
mb_check_encoding
for a rule.Beta Was this translation helpful? Give feedback.
All reactions