mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[GH-ISSUE #21] 404 is thrown if URL with scheme is defined in URL #9
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svenluijten on GitHub (Oct 30, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/21
Go to https://dnsrecords.io/https://spatie.be. This'll throw a 404 because there's a
/in the URL after the domain name. This can be fixed by adding->where('command', '\S+');after this line.@freekmurze commented on GitHub (Oct 30, 2017):
We'll handle this in #23