当前位置:网站首页>useragent online lookup
useragent online lookup
2022-07-31 21:11:00 【oHuangBing】
Sometimes when we check the Nginx and Apache logs of the server, we often see some strange UserAgent, we need to parse these UserAgents to see if they are normal users.
For example, the following is a more complex UserAgent:
Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A022F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/92.0.4515.159 Mobile Safari/537.36We can read the following useful information without using any tools:
This is a Samsung Phone websitep>
Mobile's operating system is Android 10
This is a Samsung Mobile BrowserThe website visited, its version is: 7.4
Through the above UserAgent, we can only read this information, but there are still some information that cannot be read out, such as the model of the mobile phone, the rendering engine of the browser, etc. We don't know the information.
When encountering these problems, we can use the useragent online search tool, which can be easily answeredour question.
By accessing the useragent online search tool, we directly enter your UserAgent above, click the crawler query, and the result will appear. By parsing the result, we can see that this is a Samsung - Galaxy A02 phone, then we click Samsung Browser, you can see its more detailed information, through the results we can see that its rendering engine is WebKit/Blink.
Is it the perfect answer to our question.
Useragent online search can also easily identify crawler information. For example, the following Useragent is a crawler, let's check it out:
CriteoBot/0.1 (+https://www.criteo.com/criteo-crawler/)The screenshot of the query results is as follows:

By querying, we can see that this is a crawler and has been identified, and the classification of the crawler is Marketing crawler, the crawler name is: CriteoBot, we click on the crawler name, you can also see more information: the company to which the crawler belongs, the crawler documentation, the crawler description, the different UserAgents of the crawler, the crawler's collection time, the crawler's IP address segment, etc. It can be said that all aspects of the crawler have been shown in front of us.
At the same time, the useragent online search tool can also query some app clients, mail clients, libraries, etc., which is very convenient.
Summary
Mainly introduces the specific usage of the useragent online search tool, and also an example shows that the useragent online search tool can query the information of the useragent, which can help us check some Crawler information.
边栏推荐
- Douyin fetches video list based on keywords API
- Verilog implements a divide-by-9 with a duty cycle of 5/18
- Linux environment redis cluster to build "recommended collection"
- leetcode:6135. 图中的最长环【内向基环树 + 最长环板子 + 时间戳】
- [Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array
- 1161. 最大层内元素和 : 层序遍历运用题
- Memblaze发布首款基于长存颗粒的企业级SSD,背后有何新价值?
- 架构实战营模块八作业
- The whole network is on the verge of triggering, and the all-round assistant for content distribution from media people - Rongmeibao
- Chinese encoding Settings and action methods return values
猜你喜欢

1161. Maximum Sum of Elements in Layer: Hierarchical Traversal Application Problems

Efficient Concurrency: A Detailed Explanation of Synchornized's Lock Optimization

关注!海泰方圆加入《个人信息保护自律公约》

使用 Flutter 和 Firebase 制作!计数器应用程序

Made with Flutter and Firebase!counter application

Basic configuration of OSPFv3

PCB stackup design

Realization of character makeup

What's wrong with the sql syntax in my sql

Memblaze released the first enterprise-grade SSD based on long-lasting particles. What is the new value behind it?
随机推荐
Linux环境redis集群搭建「建议收藏」
c语言解析json字符串(json对象转化为字符串)
【论文精读】iNeRF
focus on!Haitai Fangyuan joins the "Personal Information Protection Self-discipline Convention"
Istio introduction
"The core concept of" image classification and target detection in the positive and negative samples and understanding architecture
How programmers learn open source projects, this article tells you
A solution to the server encountered an internal error that prevented it from fulfilling this request [easy to understand]
Redis Overview: Talk to the interviewer all night long about Redis caching, persistence, elimination mechanism, sentinel, and the underlying principles of clusters!...
每月一书(202207):《Swift编程权威指南》
高通cDSP简单编程例子(实现查询高通cDSP使用率、签名),RK3588 npu使用率查询
[Intensive reading of the paper] iNeRF
Embedded development has no passion, is it normal?
flowable workflow all business concepts
BM3 将链表中的节点每k个一组翻转
【PIMF】OpenHarmony 啃论文俱乐部—盘点开源鸿蒙三方库【3】
Douyin fetches video list based on keywords API
Batch (batch size, full batch, mini batch, online learning), iterations and epochs in deep learning
Chinese encoding Settings and action methods return values
grep命令 笔试题