You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: src/content/docs/aegis/configuration-options/workers.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,5 @@ head:
12
12
When paired with Aegis, whenever Cloudflare's developer platform needs to access services on your origin, it will use the dedicated IP addresses.
13
13
14
14
:::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.
0 commit comments