Skip to content

Commit 929a0e4

Browse files
Adds info about subrequests (#23185)
1 parent 13cdb8b commit 929a0e4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/content/docs/automatic-platform-optimization/troubleshooting/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ APO will skip URL font transformation when the `content-security-policy` respons
5252
To fix the problem, the `content-security-policy` header value must allow for `unsafe-inline` on either the `style-src` or `default-src` directive. For example, `Content-Security-Policy: style-src unsafe-inline;`.
5353

5454
The header must allow for `self` on either the `font-src` or `default-src` directive. For example, `Content-Security-Policy: font-src self;`.
55+
56+
## Why do I see Worker subrequests in my zone logs when using APO?
57+
58+
APO uses Cloudflare Workers internally to optimize content delivery, which results in Worker subrequests. These subrequests may appear in your zone logs (for example, via Logpush).

src/content/docs/security/analytics.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Security analytics shows information about all incoming HTTP requests or only ab
1212

1313
Use Security analytics as your starting point to understand and analyze traffic patterns, and to create security rules based on the filters you applied.
1414

15+
By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.
16+
1517
Security analytics is available in **Security** > **Analytics**.
1618

1719
## Traffic

src/content/docs/waf/analytics/security-analytics.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { FeatureTable, GlossaryTooltip, Badge } from "~/components";
99

1010
Security Analytics displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.
1111

12+
By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.
13+
1214
Use the Security Analytics dashboard to:
1315

1416
- View the traffic distribution for your domain.

0 commit comments

Comments
 (0)