raviqqe / muffet

Fast website link checker in Go
MIT License
2.5k stars 97 forks source link

Send a default user agent #378

Open craigreyenga opened 5 months ago

craigreyenga commented 5 months ago

While attempting to run Muffet against a WikiJS instance, I found that I was getting a 500 error. Certainly that is WikiJS's fault. However, it seems reasonable that Muffet should send up a non-empty user agent by default.

craigreyenga commented 3 months ago

Workaround:

muffet --header="User-Agent: Muffet/$(muffet --version)"