user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 357. Which Request Is Better With Ajax, Get Or Post?

user image

Abhishek Mishra

2 years ago

AJAX requests should use an HTTP GET request while retrieving data 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 in line with HTTP idempotency recommendations and is highly recommended for a consistent web application architecture.

Recent Doubts

Close [x]