Skip to content

Commit 235e4b8

Browse files
authored
Update src/content/docs/workers-vpc/configuration/vpc-services.mdx
1 parent 3c874bd commit 235e4b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workers-vpc/configuration/vpc-services.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ A VPC Service consists of:
3838
:::note
3939
The [VPC Service configurations](/workers-vpc/configuration/vpc-services/#vpc-service-configuration) will always be used to connect and route requests to your services in external networks, even if a different URL or host is present in the actual `fetch()` operation of the Worker code.
4040

41-
The information provided in the `fetch()` operation is not used to route requests, and instead only populates the `Host` field for a HTTP request that can be parsed by the server and used for Server Name Indication (SNI).
41+
The host provided in the `fetch()` operation is not used to route requests, and instead only populates the `Host` field for a HTTP request that can be parsed by the server and used for Server Name Indication (SNI), when the `https` scheme is specified.
42+
43+
The port provided in the `fetch()` operation is ignored — the port specified in the VPC Service configuration will be used.
4244
:::
4345

4446
## Configuration example

0 commit comments

Comments
 (0)