Skip to content

Commit 97efde9

Browse files
[Fundamentals] Adds information about HTTP methods (#18172)
* Adds information about HTTP methods * Update src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx Co-authored-by: Maddy <[email protected]> --------- Co-authored-by: Maddy <[email protected]>
1 parent e63eae4 commit 97efde9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ When the browser initiates a `HTTP/HTTPS` request to `blog.example.com`, a DNS r
5555
#### DNS only record example
5656

5757
When the browser initiates a `HTTP/HTTPS` request to `shop.example.com`, a DNS resolver will convert the hostname into an IP address. Since this domain is using Cloudflare as its Authoritative DNS provider, the DNS query will be routed to Cloudflare; but since the proxy is off (that is, `DNS only`), Cloudflare will answer with `192.0.2.2`. Finally, the browser initiates a `HTTP/HTTPS` request to the server hosted at `192.0.2.2`.
58+
59+
#### HTTP methods Cloudflare supports
60+
61+
Cloudflare supports all standard HTTP methods, with the exception of `CONNECT`, `TRACE`, and `PURGE`, which are restricted.

0 commit comments

Comments
 (0)