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.