Programming Languages AJAX Subjective
May 10, 2013

Which request is better, Get or Post?

Detailed Explanation

AJAX requests should use an HTTP GET request where the data does not change for a given URL requested.An HTTP POST should be used when state is updated on the server. This is highly recommended for a consistent web application architecture.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback