0 votes
in AJAX by
List the protocols used by Ajax

1 Answer

0 votes
by

Following are the protocols that Ajax uses:

JSON – For communication between client and server

UED or URL encoded data

HTTP’s GET or POST methods

XMLHttpRequest that place a request with webserver

...