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
Using this on a remote stream/file is something I haven’t tried. Off the top of my head, I would think the headers would be doubled up. The server you’re pulling the file from sends it’s own headers which likely overwrites the scripts headers and stops the script from working properly.
I’d suggest trying header_remove() after your curl request, but before the script outputs.
Let me know how it works out for you.
it would be nice to give me a example of how to make your code work with remote files.
The text was updated successfully, but these errors were encountered: