About 26,400 results
Open links in new tab
  1. XMLHttpRequest - Web APIs | MDN

    Dec 16, 2025 · XMLHttpRequest (XHR) objects are used to interact with servers. You can retrieve data from a URL without having to do a full page refresh. This enables a Web page to update …

  2. XML HttpRequest - W3Schools

    All modern browsers have a built-in XMLHttpRequest object to request data from a server.

  3. XMLHttpRequest - Wikipedia

    XMLHttpRequest is a component of Ajax programming. Prior to Ajax, hyperlinks and form submissions were the primary mechanisms for interacting with the server, often replacing the …

  4. XMLHttpRequest - The Modern JavaScript Tutorial

    May 14, 2022 · XMLHttpRequest is a built-in browser object that allows to make HTTP requests in JavaScript. Despite having the word “XML” in its name, it can operate on any data, not only in …

  5. What is XMLHttpRequest? Complete Guide to XHR in JavaScript

    Nov 22, 2025 · XMLHttpRequest (XHR) is a fundamental JavaScript API that allows web pages to communicate with servers asynchronously, forming the basis of modern web interactivity.

  6. WHATWG - XMLHttpRequest Standard

    Aug 18, 2025 · Abstract The XMLHttpRequest Standard defines an API that provides scripted client functionality for transferring data between a client and a server.

  7. Using XMLHttpRequest - Web APIs | MDN

    Oct 30, 2025 · In this guide, we'll take a look at how to use XMLHttpRequest to issue HTTP requests in order to exchange data between the website and a server.

  8. XMLHttpRequest - W3docs

    XMLHttpRequest is a JavaScript object that provides the ability to send HTTP or HTTPS requests to a web server and load the server response data back into the script. This makes it possible …

  9. Using XMLHttpRequest - Gustave Eiffel University

    In this guide, we'll take a look at how to use XMLHttpRequest to issue HTTP requests in order to exchange data between the website and a server.

  10. XML DOM - HttpRequest object - W3Schools

    All modern browsers have a built-in XMLHttpRequest object to request data from a server. All major browsers have a built-in XML parser to access and manipulate XML.