You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at my access logs and I noticed a lot of traffic to the /inbox endpoint with no user agent. It appears to be coming from an instance of BirtsiteLive. I'm not super familiar with C# but it looks like lack of user agent is not something specific to that instance. Would you mind setting an informational user agent? For reference, this is what Mastodon's user agent looks like when making requests to other ActivityPub servers:
The exact format isn't as important as the information included: name and version of the software making the request, and the domain that the instance is running on.
Thanks
The text was updated successfully, but these errors were encountered:
I was looking at my access logs and I noticed a lot of traffic to the
/inbox
endpoint with no user agent. It appears to be coming from an instance of BirtsiteLive. I'm not super familiar with C# but it looks like lack of user agent is not something specific to that instance. Would you mind setting an informational user agent? For reference, this is what Mastodon's user agent looks like when making requests to other ActivityPub servers:http.rb/5.1.1 (Mastodon/4.1.0rc1; +https://universeodon.com/)
The exact format isn't as important as the information included: name and version of the software making the request, and the domain that the instance is running on.
Thanks
The text was updated successfully, but these errors were encountered: