Top "Get" questions

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

GET parameters in the URL with CodeIgniter

I know that codeIgniter turns off GET parameters by default. But by having everything done in POST, don't you get …

html codeigniter post get
REST API using POST instead of GET

Let's assume a service offers some funcionality that I can use like this: GET /service/function?param1=value1&param2=…

api rest post get
get all keys set in memcached

How can I get all the keys set in my memcached instance(s)? I tried googling, but didn't find much …

get memcached key telnet
Making href (anchor tag) request POST instead of GET?

<a href="employee.action" id="employeeLink">Employee1</a> when i click the Employee1 link, GET request …

html post get anchor
How to check if $_GET is empty?

How to check if $_GET is empty?

php get
Beautiful way to remove GET-variables with PHP?

I have a string with a full URL including GET variables. Which is the best way to remove the GET …

php url variables get
For Restful API, can GET method use json data?

I don't want to see so long parameters string in the URI. So, can GET method use json data? In …

json api rest get
Javascript window.open pass values using POST

I have a javascript function that uses window.open to call another page and returning the result. Here is the …

javascript post get window
NodeJS w/Express Error: Cannot GET /

This is what i have, the filename "default.htm" actually exists and loads when doing a readFile with NodeJS. var …

node.js get express
Recommended date format for REST GET API

What's the recommended timestamp format for a REST GET API like this: http://api.example.com/start_date/{timestamp} I …

http url rest date get