Raw API does not set Content-Type to properly for archives
View options
- Truncate descriptions
Created by: felixfbecker
When requesting a tar archive with Accept: application/x-tar
, I would expect the response Content-Type
to be application/x-tar
. Instead, it is application/octet-stream
.
Currently checking the content type is my only option to detect auth errors.

