Malformed URL #11899
Closed
stephenmeehanuk
started this conversation in
General
Malformed URL
#11899
Replies: 2 comments
-
See #11750 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I thought it was a Laravel thing. |
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.
-
Just a quick question.
I'm giving Nightwatch a go, and it's highlighted an error
When I look at the path that triggered the error, I can see it's a malformed URL
/%C0
.This triggers a default Laravel error page, my custom 404 view isn't used.

I guess Laravel handles malformed URLs differently to normal error URLs, that do trigger the Statamic custom 404 view.
This is ok, as this is just spambot nonsense.
But I do wonder, why does the error get thrown in the first place?
If the default 404 is being shown before Statamic gets a look in, why is the error triggered?
Beta Was this translation helpful? Give feedback.
All reactions