This document provides an overview of how to use XMLHttp from JavaScript to call the Media API via a server-side proxy. Using the XMLHttp object in JavaScript to make calls to the Media API means you don't have to reload the page in order to get more data from the server. Rather, you can make an "inline" request and update only the parts of the current page that you want to change.