Response headers Etag unverified

Hello,

I’m testing my website in development through website.pages.dev with Zero Trust access.

I do have some images on a Backblaze B2 bucket, and I’m following this procedure with Cloudflare Transform Rules: Free Image Hosting With Cloudflare Transform Rules and Backblaze B2

Everything works as expected, except that I get “ETag: unverified: …” (why “unveririfed”?) and “Cache-Control: max-age=31536000” instead of “Cache-Control: public, max-age=31536000” (missing “public”).

Why is that?

Here’s the response headers:

HTTP/1.1 200 OK
Date: Wed, 29 Jun 2022 17:50:57 GMT
Content-Type: binary/octet-stream
Content-Length: 17572
Connection: keep-alive
Cache-Control: max-age=31536000
CF-Cache-Status: HIT
Age: 105
Last-Modified: Wed, 29 Jun 2022 17:49:12 GMT
Accept-Ranges: bytes
Expect-CT: max-age=604800, report-uri=“https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct
Report-To: {“endpoints”:[{“url”:“https://a.nel.Cloudflare.com/report/v3?s=AZk52Efgjlpqa86%2F5mJn4Q8FKzu0JCFobOL4BmZlyJp2PwdgDebIs%2FpF%2B8fV3bQ4%2BGYx5F20HXZAqRhey9rCZTaKS%2FrcWs6vHwta3YmTMezJHWKZydD65%2FOxC5FgdqgKEwhtoksKEA%3D%3D”}],“group”:“cf-nel”,“max_age”:604800}
NEL: {“success_fraction”:0,“report_to”:“cf-nel”,“max_age”:604800}
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
ETag: unverified:14bd24ac80ec4846040dd54c058b7ddd76ff8d914_z2a9740e931a7ab45810e0b14_f117b8a8288fd11c6_d20220512_m075157_c004_v0402006_t0058_u01652341917900
Access-Control-Allow-Origin: *
Server: Cloudflare
CF-RAY: 723081e68f315a13-MXP
alt-svc: h3=“:443”; ma=86400, h3-29=“:443”; ma=86400

The unverified part of the ETag is from B2, ask them about it. It’s referenced in Uploading

1 Like

Thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.