Android 2.3 doesn't pass cookie information for html5 audio tag Get request

ぃ、小莉子 提交于 2019-12-05 06:33:50

The problem is, that the browser doesn't send the request for the audio-tag by itself but instead delegates this to stagefright. Sadly Stagefright (on Android 2.3) doesn't send any cookies at all...

I am experiencing the same problem. In my case I see a specific User-Agent:

User-Agent: HTC Streaming Player htc_wwe / 1.0 / htc_ace / 2.3.3

So, maybe, playing is performed by device player, that does not send browser cookies.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!