Is Android browser supports Content-Encoding : gzip ?
發現有人在google group 問了這個問題 :
Is Android browser supports Content-Encoding : gzip ?
(網址)
HI all
I am developing a application which launches automatically when the
user clicks on any link of pls / m3u in browser it works fine.
But some links the response from server is like bellow it dos't
launches my activity
i founded that the difference is only Content-Encoding: gzip is extra
in those not working links
The android browser also dos't support these links
url : http://dir.xiph.org/by_format/MP3
HTTP/1.1 200 OK
Date: Tue, 24 Mar 2009 06:22:48 GMT
Server: Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3
X-Powered-By: PHP/5.2.3-1ubuntu6.3
Content-Disposition: inline; filename="listen.m3u"
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 82
Connection: close
Content-Type: audio/x-mpegurl
How can i specify the Content-Encoding in intent filter
is Android browser supports Content-Encoding : gzip
Answer : No ~~~~
Is Android browser supports Content-Encoding : gzip ?
(網址)
HI all
I am developing a application which launches automatically when the
user clicks on any link of pls / m3u in browser it works fine.
But some links the response from server is like bellow it dos't
launches my activity
i founded that the difference is only Content-Encoding: gzip is extra
in those not working links
The android browser also dos't support these links
url : http://dir.xiph.org/by_format/MP3
HTTP/1.1 200 OK
Date: Tue, 24 Mar 2009 06:22:48 GMT
Server: Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3
X-Powered-By: PHP/5.2.3-1ubuntu6.3
Content-Disposition: inline; filename="listen.m3u"
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 82
Connection: close
Content-Type: audio/x-mpegurl
How can i specify the Content-Encoding in intent filter
is Android browser supports Content-Encoding : gzip
Answer : No ~~~~
留言
張貼留言
發表一下意見,互動一下唄!