What is the name of the domain?
What is the issue you’re encountering
I’d like to take advantage of broli compression from end-to-end. How can I confirm it’s working?
What steps have you taken to resolve the issue?
I’ve confirmed our website (https://linuxsecurity.com) supports brotli compression, but I’m not sure if cloudflare is then passing compressed files onto the browser. Here’s what I see from curl:
$ curl --head --header 'Accept-Encoding: br' --silent https://linuxsecurity.com
HTTP/2 200
date: Tue, 03 Sep 2024 14:39:55 GMT
content-type: text/html; charset=utf-8
expires: Wed, 17 Aug 2005 00:00:00 GMT
cache-control: max-age=120, no-transform
pragma: no-cache
vary: Accept-Encoding,User-Agent,Origin
x-content-encoded-by: Joomla
access-control-allow-origin: *
access-control-allow-methods: POST, GET, OPTIONS, DELETE, PUT
access-control-allow-headers: x-requested-with, Content-Type, origin, authorization, accept, client-security-token
access-control-expose-headers: Content-Security-Policy, Location
access-control-max-age: 600
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), hid=(), idle-detection=(), serial=(), window-placement=()
last-modified: Tue, 03 Sep 2024 13:53:48 GMT
etag: W/"57d6466c3a32238efb52b396d96e2bbe"
accept-encoding: br
cf-cache-status: HIT
age: 2650
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iedJT6tGxaN%2FnnCWFQDC8CdXW%2BrfymRvNG77Th7mlKTOUgZDZecwImRhIxM0kcY83LAvMKhcHrGjpa4HkiR9r%2FxiHLfREZaJNWU2gSGkotgSYt0mpWwLtJDAa5NjgtX8w5Uj"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
expect-ct: max-age=86400, enforce
referrer-policy: same-origin
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
server: cloudflare
cf-ray: 8bd67df11c507cb1-EWR
Would there be much of a benefit to compressing the individuals manually and delivering them instead of having the stream compressed?