Send custom HTTP request header using HTML5 tag

Can I send custom HTTP request headers using an HTML5 tag? I am particularly interested in sending the HTTP Range header, so the web server will only process parts of the mp3 file. I could not find a way to do this in the api audio library.

+7
source share
1 answer

Not in accordance with the specification you can not. The sound tag is actually very inflexible.

+3
source

All Articles