Keep Moving
A Blog for programming & technical solutions
Showing posts with label
HTTP
.
Show all posts
Showing posts with label
HTTP
.
Show all posts
Tuesday, November 15, 2011
Difference between GET and POST
Use GET for safe actions and POST for unsafe actions.
Use POST when dealing with sensitive data.
Use POST when dealing with long requests.
Use GET in AJAX environments.
Older Posts
Home
Subscribe to:
Posts (Atom)