InnocentThief / Custom-Songs-Manager

Custom Songs Manager for Beat Saber
MIT License
8 stars 0 forks source link

The app does not set a user agent reqest header for API requests #15

Closed peddermaster2 closed 2 years ago

peddermaster2 commented 2 years ago

It is encuraged and goot practice to send a User-Agent header.
Some servers (not in this case) reject requests without that header.

I propose something like Custom-Songs-Manager/1.4.0.0 where the version part is the current app version.

For more information: https://httpwg.org/specs/rfc7231.html#header.user-agent

InnocentThief commented 2 years ago

Done in Version 1.4.2.0