uap-core
uap-core copied to clipboard
Add detection for category (browser, bot, scripted, search engine, health monitor)?
Hi all, currently, we only get (browser, OS, device), we also classify some traffic as spider. But this spider" is very weird to appear in the device`` field. I think we should add a new 4th string field called category, its value can be:
- Browser: normal browsers
- Bot: like
lyticsBot - Scripted: like
Apache-HttpClient, Python Requests, Wget, Curl, Java, Apache, HeadlessChrome - Search engine: like
Googlebot, Bingbot, etc. - Health monitor: like
Rackspace Monitoring, etc.
Does it sound reasonable?
I would love to have this feature.
How do you currently distinguish between a "real" user request via a browser and a spider/bot/etc. @hsluoyz