Should I use an HTTP GET or POST for my AJAX calls?

Answer

AJAX requests should use an HTTP GET request when retrieving data where the data will not change
for a given request URL. An HTTP POST should be used when state is updated on the server. This is in
line with HTTP idempotency recommendations and is highly recommended for a consistent web
application architecture

All ajax Questions

Ask your interview questions on ajax

Write Your comment or Questions if you want the answers on ajax from ajax Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---