[android-developers] Android HTTP Client for Google Safe Browsing

2012-11-14 Thread DAriu
Hi folks I'm trying to develop an Android application that have to query Google Safe Browsing for URL checking. I made several attempts but unfortunately I always get 400-Bad Request from Safe Browsing. Does somebody have some hint or suggestion? I'm putting below here the method that I

[android-developers] Android HTTP Server problem HEAD method

2012-08-21 Thread Jose Luis Larraz
Hello i had the next problem, i want to answer to a Head request with a Content-Length. I put an example HEAD /external/images/media/21.jpg HTTP/1.0 getcontentFeatures.dlna.org: 1 Host: 192.168.1.130:57645 HTTP/1.1 200 OK Date: Tue, 21 Aug 2012 10:24:59 GMT Cache-Control: no-cache

[android-developers] Android HTTP Client freezes

2012-04-22 Thread Chris Hoekstra
I'm experiencing some odd behavior in my HTTP requests. I have some users that are saying that this call isn't ever coming back (the spinner marking it's asynchronous call never goes away). I have seen this happen before, but I attributed it to the emulator going through Charles Proxy. I

[android-developers] Android Http

2012-03-06 Thread lycoris
everyone, i use the http to download the html file,and then use the loadDataWithBaseURL,which is a method of Webview, to open the html file. but i have met a problem,that is: i can login successfully, but when access another page int the same way, it download the login page. how can i maintain the

Re: [android-developers] Android Http

2012-03-06 Thread Alan Smith
Learn a little PHP and use the start_session() functionality On Tue, Mar 6, 2012 at 10:35 PM, lycoris zgh...@gmail.com wrote: everyone, i use the http to download the html file,and then use the loadDataWithBaseURL,which is a method of Webview, to open the html file. but i have met a

[android-developers] Android HTTP Live Streaming cannot display videos playlist with a m3u8 inside another m3u8

2011-06-17 Thread Yuhan Zhang
Hi all, I am trying to put up the HTTP Live Streaming videos into an app (with Android 3.0, API level 11). The application is able to display .m3u8 videos that directly having links to .ts files. However, when a .m3u8 files is included inside another .m3u8, the video streaming fails. Is this

[android-developers] Android, HTTP and XML

2010-12-20 Thread kypriakos
Hi all, I asked the question regarding the issues of using Ajax/XMLHttpRequest with Android's browsers a while back but didn't get many responses back. I got the pt that Ajax is not necessarily the technology of choice in Android - so the next question is, what do others use to accomplish

[android-developers] android http GET 400 error

2009-03-25 Thread zeeshan
Hi Android Experts, i need to make a GET request to the http://www.x.com/server.xml which takes 3 mandatory headers hdr1,hdr2,hdr3 i am trying this code try { String path = http://x.com/server.xml;; HashMap parameters = new HashMap();