Top "Get" questions

GET is one of many request methods supported by the HTTP protocol.

How to set Cookies at Http Get method using Java

I want to do a manual GET with cookies in order to download and parse a web page. I need …

java http cookies get forum
jQuery save local variable for use later on in the code

Is there anyway that I can save or access a local variable outside of it's function? Consider the code below: $( "#…

javascript jquery variables get local
How do I send an HTTP GET request from a Chrome extension?

I'm working on a chrome extension that sends an HTTP request using the method GET. How do I send at …

javascript google-chrome google-chrome-extension get xmlhttprequest
How do I check if a $_GET parameter exists but has no value?

I want to check if the app parameter exists in the URL, but has no value. Example: my_url.php?…

php get isset is-empty
Passing a list of int to a HttpGet request

I have a function similar in structure to this: [HttpGet] public HttpResponseMessage GetValuesForList(List<int> listOfIds) { /* create model */ …

c# web-services rest get http-get
Retrofit: multiple query parameters in @GET command?

I am using Retrofit and Robospice to make API calls in my android application. All @POST methods work great, and …

android api get retrofit robospice
Prevent Form resubmission upon hitting back button

I have searched many posts here and elsewhere but can't seem to find a solution to my problem. I have …

php forms get refresh back
Servlet and path parameters like /xyz/{value}/test, how to map in web.xml?

Does servlet support urls as follows: /xyz/{value}/test where value could be replaced by text or number. How to …

servlets get web.xml path-parameter
difference between cin.get() and cin.getline()

I am new to programming, and I have some questions on get() and getline() functions in C++. My understanding for …

c++ get cin getline
How to pass boolean variable of false in a URL

I cannot work out how to pass a variable with a boolean value of false through a URL string. What …

html get