Programming Languages AJAX Subjective
Apr 03, 2013

What are the protocols and formats used in AJAX?

Detailed Explanation

AJAX uses HTTP’s GET or POST. It also uses XMLHttpRequest for placing a request with the web server. It uses JSON to communicate between the client and server. You can also use UED or URL encoded data.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback