Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to the ClientHints - HTTP_X_CLIENT #7060

Open
liviuconcioiu opened this issue Mar 20, 2022 · 0 comments · May be fixed by #7316
Open

Improvements to the ClientHints - HTTP_X_CLIENT #7060

liviuconcioiu opened this issue Mar 20, 2022 · 0 comments · May be fixed by #7316

Comments

@liviuconcioiu
Copy link
Collaborator

This will allow to further improve bot detection:

In this case, HTTP_X_CLIENT is used by a keyword tracker bot called Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (X11; U; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.92 Safari/537.36
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edg/81.0.416.91
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0/9uiP7EnX-09
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36 Edg/81.0.416.68
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0/7rpJ8CqK-00
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36/azjyGTlE-17
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim

[HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
[HTTP_ACCEPT] => */*
[HTTP_X_CLIENT] => Collabim
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Jul 7, 2022
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Jul 7, 2022
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Jul 7, 2022
sanchezzzhak added a commit to sanchezzzhak/device-detector that referenced this issue Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@liviuconcioiu and others