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
When end users visit a website, their browser will send the request to a Cloudflare proxy server associated with your account to be filtered by Gateway. Note that Gateway [cannot filter every type of HTTP traffic](#limitations) proxied using PAC files.
19
19
@@ -217,17 +217,15 @@ To get the domain of a proxy endpoint:
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/proxy.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ The Gateway proxy is required for filtering HTTP and network traffic via the WAR
15
15
16
16
Gatway uses the [Happy Eyeballs algorithm](https://datatracker.ietf.org/doc/html/rfc6555) to proxy traffic in the following order:
17
17
18
-
1. The user's WARP client initiates the TCP handshake by sending Gateway a TCP SYN segment.
18
+
1. The user's browser initiates the TCP handshake by sending Gateway a TCP SYN segment.
19
19
2. Gateway sends a SYN segment to the origin server.
20
-
3. If the origin server sends a SYN-ACK segment back, Gateway establishes distinct TCP connections between the WARP client and Gateway and between Gateway and the origin server.
21
-
4. Gateway inspects and filters traffic received from the WARP client.
22
-
5. If the traffic passes inspection, Gateway proxies traffic bidirectionally between the client and the origin server.
20
+
3. If the origin server sends a SYN-ACK segment back, Gateway establishes distinct TCP connections between the user and Gateway and between Gateway and the origin server.
21
+
4. Gateway inspects and filters traffic received from the user.
22
+
5. If the traffic passes inspection, Gateway proxies traffic bidirectionally between the user and the origin server.
0 commit comments