Top "Get" questions

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

Add Accept header to JQuery AJAX GET (via JSONP) request

I'm trying to add an accept header to a jQuery AJAX GET request which uses the "jsonp" dataType, but for …

jquery ajax get jsonp http-accept-header
What's wrong with putting spaces in $_GET variables

If I for example have my url looking like index.php?category=IT%20&%20Soft. Then i try to print "$_…

php get space spaces
Unsure what get(Calendar.DAY_OF_WEEK) returns

My problem can be easily created by the scenario below: //create a gregorian calendar object that set the date and …

date calendar get dayofweek gregorian-calendar
How long may parameters in a get request be?

I am currently programming an API that gets passed data via get parameters so I was wondering if the total …

http url rest get web-standards
How to grab URL parameters using PHP?

I'm trying to grab each URL parameter and display them from first to last, but I want to be able …

php get superglobals
winHTTP GET request C++

I'll get right to the point. This is what a browser request looks like GET /index.html HTTP/1.1 This is …

c++ get winhttp winhttprequest
Get WordPress author link by ID

I'm trying to link a to 3 different authors by author ID to their author page. (author/adrian-cole/) (author/steve-helme/) (author/…

php wordpress get meta author
jQuery ajax GET returns 405 Method Not Allowed

I am trying to access an API that requires authentication. This is the code that i am using but i …

jquery xml ajax get http-status-code-405
Add/Replace URL GET parameter depending on current URL

I’ve tried for some time now to solve what probably is a small issue but I just can’t …

php url get url-parameters parse-url
How to work around POST being changed to GET on 302 redirect?

Some parts of my website are only accessible via HTTPS (not whole website - security vs performance compromise) and that …

http post https get http-status-code-302