cross-posted from: https://slrpnk.net/post/6002564
I wanted to see the image size for this post before deciding to download the image. Normally
curl -i
returns a “content-length”, but not in this case:
$ curl -i 'https://slrpnk.net/pictrs/image/67127e8e-52ef-42ad-bf39-424b9052ef90.webp' HTTP/2 200 server: nginx date: Mon, 22 Jan 2024 09:56:56 GMT content-type: image/webp last-modified: Sat, 20 Jan 2024 16:24:40 GMT vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers access-control-expose-headers: last-modified, content-type, accept-ranges, date, cache-control, transfer-encoding cache-control: public, max-age=604800, immutable accept-ranges: bytes strict-transport-security: max-age=63072000 referrer-policy: same-origin x-content-type-options: nosniff x-frame-options: DENY x-xss-protection: 1; mode=block
Seems like a bug, no?
You must log in or register to comment.