My question: Can developer uses User-Agent that includes their version of the bot and additional information, or does this count as mimicking browser's UA?
Should dev name their User-Agent as what the example provided, or is it strictly use UserAgentTest instead as the example mimics browser?
It does not really matter what you choose. Both variants are acceptable.
Hello!
I noticed that in Shikimori API 1.0 documentation stated that:
User-Agent
must be named after application nameUser-Agent
must not mimic browser's UAMy question: Can developer uses User-Agent that includes their version of the bot and additional information, or does this count as mimicking browser's UA?
What I mean is similar what I did to my project:
Should dev name their User-Agent as what the example provided, or is it strictly use
UserAgentTest
instead as the example mimics browser?