[API] MIMEType text/plain instead of application/pdf is sent when requesting a blob
Created by: valeriomazzeo
Summary: MIMEType text/plain
instead of application/pdf
is sent when requesting a blob
Steps to reproduce: GET projects/:projectID/repository/commits/:commitSHA/blob?filepath=filename.pdf&private_token=youtToken
Expected behavior: MIMEType should be application/pdf
Observed behavior: MIMEType text/plain
is returned
Possible fixes: change the MIMEType to application/pdf
for pdf files