raviqqe/muffet

Send a default user agent

Opened this issue · 1 comments

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.

Workaround:

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