[GH-ISSUE #31] 403 blade view #15

Closed
opened 2026-02-27 23:20:01 +03:00 by kerem · 5 comments
Owner

Originally created by @willemvb on GitHub (Oct 31, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/31

Originally assigned to: @brendt on GitHub.

https://dnsrecords.io/... gives a 403.

I've made a Blade template but it doesn't get picked up like other errors.

(BTW not sure why https://dnsrecords.io/.. kinda works and https://dnsrecords.io/... not)

Originally created by @willemvb on GitHub (Oct 31, 2017). Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/31 Originally assigned to: @brendt on GitHub. `https://dnsrecords.io/...` gives a 403. I've made a Blade template but it doesn't get picked up like other errors. (BTW not sure why `https://dnsrecords.io/..` kinda works and `https://dnsrecords.io/...` not)
kerem 2026-02-27 23:20:01 +03:00
Author
Owner

@freekmurze commented on GitHub (Oct 31, 2017):

Seems like nginx is tripping on ... This problem occurs on many different sites as well. Let's just filter out ... client side for now.

<!-- gh-comment-id:340817065 --> @freekmurze commented on GitHub (Oct 31, 2017): Seems like nginx is tripping on `...` This problem occurs on many different sites as well. Let's just filter out `...` client side for now.
Author
Owner

@brendt commented on GitHub (Nov 1, 2017):

@freekmurze I think a better approach would be to handle that error in the new middleware I added in #33, server side. Though ... might be the one exception which doesn't even reach Laravel's router.

If it's possible, are you ok with filtering it out serverside?

<!-- gh-comment-id:341053926 --> @brendt commented on GitHub (Nov 1, 2017): @freekmurze I think a better approach would be to handle that error in the new middleware I added in #33, server side. Though `...` might be the one exception which doesn't even reach Laravel's router. If it's possible, are you ok with filtering it out serverside?
Author
Owner

@freekmurze commented on GitHub (Nov 1, 2017):

Merged #33

<!-- gh-comment-id:341153310 --> @freekmurze commented on GitHub (Nov 1, 2017): Merged #33
Author
Owner

@brendt commented on GitHub (Nov 2, 2017):

@freekmurze unfortunately this URL never reaches Laravel's router: dnsrecords.io/....

One part of the solution is the filter ... uit client side, but the URL itself would still be shareable. I think the only way to really fix it, is to rewrite ... in nginx.

<!-- gh-comment-id:341388242 --> @brendt commented on GitHub (Nov 2, 2017): @freekmurze unfortunately this URL never reaches Laravel's router: `dnsrecords.io/...`. One part of the solution is the filter `...` uit client side, but the URL itself would still be shareable. I think the only way to really fix it, is to rewrite `...` in nginx.
Author
Owner

@freekmurze commented on GitHub (Nov 2, 2017):

Seems a problem across a lot of forge provisioned sites. I'm going to leave it as it is for now.

<!-- gh-comment-id:341396017 --> @freekmurze commented on GitHub (Nov 2, 2017): Seems a problem across a lot of forge provisioned sites. I'm going to leave it as it is for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnsrecords.io#15
No description provided.