Send a default user agent
Opened this issue · 1 comments
craigreyenga commented
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
Workaround:
muffet --header="User-Agent: Muffet/$(muffet --version)"