AJAX is a technique to do an XMLHttpRequest (out of band Http request) from a web page to the server and send/retrieve data to be used on the web page It uses JavaScript to construct an XMLHttpRequest, typically using various techniques on various browsers.