raviqqe / muffet

Fast website link checker in Go
MIT License
2.49k stars 96 forks source link

failed to fetch root page: id #/ not found #266

Open Vad1mo opened 1 year ago

Vad1mo commented 1 year ago

I try to run Muffet over a URL that contains a #.

muffet "https://example.com/LcPI-kL7gFOvTj1-kjogmGRTxvKxFW3H#/"

the error message I get is failed to fetch root page: id #/ not found

raviqqe commented 1 year ago

Actually, I don't even know if it's valid to include # in paths. Does the link work on browsers like Chrome?