I\'m attempting to get data from http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured?&start-index=1&max-results=15&v=2
I\'m trying to use an HttpURLConnection in my application. I set my request method to \'GET\', but when I try to retrieve the output stream then the method is changed to \'POST\' !
we are upgrading our web app to use Facebook\'s Graph开发者_如何学Python API, which returns JSON responses. However we don\'t want to add dependecy to a JSON library unless we have no other choice. Fo
I\'m very confused on how this is supposed to work. I\'ve tried using something like this: con = (HttpURLConnection) url2.openConnection();
We have a Webstart client that communicates to the server by sending serialized objects over HTTPS using java.net.HttpsURLConnection.
I\'m a problem with a HttpsURLConnection that I can\'t seem to solve. Basically, I\'m sending up some info to a server and if some of that data is wrong, the server sends me a 500 response code. Howev
I have read that HttpURLConnection supports persistent connections, so that a connection can be reused for multiple requests. I tried it and the only way to send a second POST was by calling openConne
I want to make some API calls to a server using HttpURLConnection. But the requests are not successful, returning:
I got some code from java httpurlconnection cutting off html and I am pretty much the same code to fetch html from websites in Java.
Hey, I\'m trying to get the html from a twitter profile page, but httpurlconnection is only returning a small snippet of the html. My code