Skip to content

Commit 5432d3b

Browse files
authored
Update http-request-headers.mdx
other way around
1 parent 5504b01 commit 5432d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/fundamentals/reference/http-request-headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cloudflare may remove HTTP request headers with names considered invalid [accord
1515

1616
## Accept-Encoding
1717

18-
For incoming requests, the value of this header will always be set to `accept-encoding: br, gzip`. If the client set a different value, such as `accept-encoding: deflate`, it will be overwritten and the original value will be available in `request.cf.clientAcceptEncoding`.
18+
For incoming requests, the value of this header will always be set to `accept-encoding: gzip, br`. If the client set a different value, such as `accept-encoding: deflate`, it will be overwritten and the original value will be available in `request.cf.clientAcceptEncoding`.
1919

2020
## CF-Connecting-IP
2121

0 commit comments

Comments
 (0)