rookie0 / nextcloud-sharing-path

🌩 Nextcloud app to enhance files sharing to be accessed by stored path, can be used as CDN origin.
GNU Affero General Public License v3.0
47 stars 11 forks source link

Set specific Content-Type headers #17

Closed juniperrrrr closed 4 years ago

juniperrrrr commented 4 years ago

Love it!! Buuut there's one problem.. the Content-Type headers are set to application/json; charset=utf-8. Is it possible to check the file and set it to video/mp4 or audio/mpeg?

rookie0 commented 4 years ago

In fact, it is check the file and set the Content-Type, please check your file real type. image

juniperrrrr commented 4 years ago

It shows video/mp4 in a browser but still application/json when using curl please check :(

image

rookie0 commented 4 years ago

Fixed in v0.2.4