From 068c1f9136d9fb2222dc2b0b6bc64a9aff98b291 Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Wed, 3 Jun 2026 16:53:10 +0100 Subject: [PATCH 1/2] [Radar] Add bot vs. human traffic glossary entry --- src/content/docs/radar/glossary.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/radar/glossary.mdx b/src/content/docs/radar/glossary.mdx index e0f06abfee3..d818027d7bf 100644 --- a/src/content/docs/radar/glossary.mdx +++ b/src/content/docs/radar/glossary.mdx @@ -95,6 +95,12 @@ Hovering over a link in the diagram reveals a tooltip with the connected ASNs, t [rpki]: https://blog.cloudflare.com/rpki-details/ [tier-1]: https://en.wikipedia.org/wiki/Tier_1_network +## Bot vs. human traffic + +The percentage of HTTP requests classified as bot versus human, based on [bot scores](/bots/concepts/bot-score/). Requests with a bot score between 1 and 29 are classified as likely automated (bot), while requests with a score of 30 or above are classified as likely human. Refer to [bot classes](/radar/concepts/bot-classes/) for more details. + +By default, Radar shows bot vs. human traffic for requests to HTML content. This filter is meant to represent traditional web traffic by excluding API calls, asset requests (images, scripts, fonts), and other machine-to-machine requests. + ## Certificates Encryption is a critical part of a safe Internet. SSL/TLS is the standard security technology for establishing an encrypted link between a client and a server. From 6c3faee207f5b54324a711e58410e3c1fc738e4b Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Fri, 5 Jun 2026 11:43:28 +0100 Subject: [PATCH 2/2] Update src/content/docs/radar/glossary.mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com> --- src/content/docs/radar/glossary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/radar/glossary.mdx b/src/content/docs/radar/glossary.mdx index d818027d7bf..49b4076c0f8 100644 --- a/src/content/docs/radar/glossary.mdx +++ b/src/content/docs/radar/glossary.mdx @@ -97,7 +97,7 @@ Hovering over a link in the diagram reveals a tooltip with the connected ASNs, t ## Bot vs. human traffic -The percentage of HTTP requests classified as bot versus human, based on [bot scores](/bots/concepts/bot-score/). Requests with a bot score between 1 and 29 are classified as likely automated (bot), while requests with a score of 30 or above are classified as likely human. Refer to [bot classes](/radar/concepts/bot-classes/) for more details. +The percentage of HTTP requests classified as bot versus human, based on [bot scores](/bots/concepts/bot-score/). Requests with a bot score between 1 and 29 are classified as likely automated (bot), while requests with a score of 30 or above are classified as likely human. For more information, refer to [Bot classes](/radar/concepts/bot-classes/). By default, Radar shows bot vs. human traffic for requests to HTML content. This filter is meant to represent traditional web traffic by excluding API calls, asset requests (images, scripts, fonts), and other machine-to-machine requests.