I am using an HTML5 audio player as follows:
<audio controls> <source src="<url>" type="audio/mp3"> </audio>
Now I want to protect my application, so I want to pass some sessionId in the Header parameter in the http request for mp3.
I could not find a way to do this, please help if anyone knows a solution.
or
Is there any other player who gives this support ???
jquery security authentication html5 html5-audio
Sahil aggarwal
source share