I\'m having this error when using a long GET request: SEVERE: GRIZZLY0039: Request URI is too large. java.nio.BufferOverflowException
Hey all, I am using the Pinboard API for adding a post from my Android App.Each time I send the GET request with the required credentials and arguments, I get the 401 Unauthorized response code.I trie
in my Android application i am trying to get a website using the httpclient and the httpget. it is working fine on the emulator and on my HTC Desire HD.
I have the following servlet: public class MyServlet extends HttpServlet { private static final long serialVersionUID = 16252534;
I am doing an HTTP GET with JSONP from GWT.. The URL contains +1000 character. The problem is the request doesn\'t reach the server
I am having problems converting the following curl command into PyCurl: curl -k --cert /tmp/blablabla \"https://blablabla\"
I\'m trying to do an httpget on a Symbian mobile device in Qt 4.7. I tested the program on Windows and on the Symbian emulator and they both work, but when I try it on the Symbian device I get an err
I\'m trying to connect to a webservice where my querysting holds some data. The bad thing is that this data contains utf-8 charcters, which renders a problem.
I use this code to do a HttpGet request to my web server. It works fine on emulator but not in my HTC Sense. The excecution just end without doing any http request. Any idea ?
In PHP, I can retrieve the value in a query string like so: So, if the request URI is http://example.com/index.php?foo=bar