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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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