VOOZH about

URL: https://developer.mozilla.org/en-US/docs/Glossary/XMLHttpRequest

⇱ XMLHttpRequest (XHR) - Glossary | MDN


XMLHttpRequest (XHR)

XMLHttpRequest (XHR) is a JavaScript API to create HTTP requests. Its methods provide the ability to send network requests between the browser and a server.

The Fetch API is the modern replacement for XMLHttpRequest.

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.