Hi @mra13
The documentation for this setting says:
Use this if you do not want to capture the User Agent value of the browser when they download an item.
Simple Download Monitor
When I asked ChatGPT about this string it said:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)
This user agent string provides specific information about the browser and the bot accessing a web page. Let’s break it down:
- Mozilla/5.0: This part is a legacy token that indicates compatibility with older web standards.
- AppleWebKit/537.36: This specifies the rendering engine used, which is WebKit (the same engine used by Safari and Chrome).
- (KHTML, like Gecko): This indicates that the browser is compatible with KHTML (the engine used by Konqueror) and Gecko (the engine used by Firefox).
- compatible: This suggests that the bot is designed to be compatible with various web standards.
- GPTBot/1.2: This identifies the specific bot, in this case, GPTBot version 1.2.
- +https://openai.com/gptbot: This provides a URL where more information about the bot can be found.
So, I don’t understand your response. A user agent string will be fine – for a user. But from the above it is saying this is from a bot and not a user. So, what concept am I not understanding here?