You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deliver video content (mp4) to an iOS device using x-sendfile without success. Apparently I'm not seeing support for a byte range header using this method. When I run a command: curl -I on the php file that should deliver the file, I get no "Accept-Ranges: bytes" return. The documentation states that there is support for ranges.
The text was updated successfully, but these errors were encountered:
I'm trying to deliver video content (mp4) to an iOS device using x-sendfile without success. Apparently I'm not seeing support for a byte range header using this method. When I run a command:
curl -I
on the php file that should deliver the file, I get no "Accept-Ranges: bytes" return. The documentation states that there is support for ranges.The text was updated successfully, but these errors were encountered: