guibuttoniOriginal post
Web Developer
I want to serve a file and need to get the "Content-Length" header within the response.
"https://cloud.appwrite.io/v1/storage/buckets/:bucketId/files/:fileId/download"
Adding a "range" header in the request will provide the content length in the "Content-Range" header.
But is there a way to get it in a "Content-Length" header?
Summary
Content-Length header is missing in Storage API, always showing Transfer-Encoding: chunked. Appwrite chunks data over 5MB but does not provide correct header.