Home » Unlabelled » Do we have to use HTTP GET/POST for the Ajax calls? | Ajax Interview Questions
Thursday, 1 November 2012
Do we have to use HTTP GET/POST for the Ajax calls? | Ajax Interview Questions
If the data doesn’t change for a particular request URL, HTTP GET requests are necessary. If the state on a server is going to be updated then a HTTP POST is necessary.
No comments:
Post a Comment