Skip to content

Commit 98f3038

Browse files
committed
Documents connect being shut off when outbound worker is used
1 parent f9903c2 commit 98f3038

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/outbound-workers.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Outbound Workers can be used to:
1818
* Create, allow, or block lists for hostnames requested by user Workers.
1919
* Configure authentication to your APIs behind the scenes (without end developers needing to set credentials).
2020

21+
:::note
22+
23+
When an Outbound Worker is enabled, your customer's Worker will no longer be able to use the [`connect() API`](/workers/runtime-apis/tcp-sockets/#connect)
24+
to create outbound TCP Sockets. This is to ensure all outbound communication goes through the Outbound Worker's `fetch` method.
25+
26+
:::
27+
2128
## Use Outbound Workers
2229

2330
To use Outbound Workers:

0 commit comments

Comments
 (0)