Is it possible to send custom HTTP request headers using the HTML5 audio tag? I\'m especially interested in sending a HTTP Range header, so the webserver will only stream pa
Not according to the spec, you can't. Audio tag is actually very inflexible.