Quantcast
Viewing all articles
Browse latest Browse all 13

Get content from a server using HTTPS posted by Nathan Le Ray @ Tue, 08 Mar 2011 18:48:20 +0000

Hello,

I’m trying to use an API which is SSL secured.
So I used HttpsURLConnection instead of HttpURLConnection but I get the following exception:

java.io.FileNotFoundException.

Do I forget anything?


EDIT

The URL I try to fetch is http://www.service.com/api/service.json?apikey=...

When I load the URL from Google Chrome, it loads correctly but when I load it from the Android Browser, I get a 404 response and an error message saying that I don’t have a SD Card

Thanks.


Viewing all articles
Browse latest Browse all 13

Trending Articles