+1 vote
in AJAX by
Should I use an Http get or Post for my Ajax Calls?

1 Answer

0 votes
by
AJAX requests need to use an HTTP GET request whilst retrieving records wherein the records will now no longer extrude for a given request URL. An HTTP POST needs to be used whilst a nation is up to date at the server. This is in keeping with HTTP idempotency pointers and is exceedingly encouraged for a constant net utility structure.

Related questions

+2 votes
asked Nov 26, 2022 in AJAX by SakshiSharma
0 votes
0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Aug 9, 2023 in AJAX by Robin
...