Skip to content

Commit fa11541

Browse files
[Aegis] Clarify Workers subrequests note (#19249)
* Update workers.mdx * Improve wording * Minor text adjustments and link to service-bindings * Remove link to service-bindings after checking internally --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 687f296 commit fa11541

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/aegis/configuration-options

1 file changed

+2
-2
lines changed

src/content/docs/aegis/configuration-options/workers.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ head:
1212
When paired with Aegis, whenever Cloudflare's developer platform needs to access services on your origin, it will use the dedicated IP addresses.
1313

1414
:::note
15-
For Workers subrequests, it is expected that other IPs are used.
16-
:::
15+
For Workers subrequests — meaning requests from one Worker to another — it is expected that different IPs are used. However, requests to external origins made by a Worker invoked via a subrequest will use the dedicated IP addresses.
16+
:::

0 commit comments

Comments
 (0)