About 214,000 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. XMLHttpRequest - Wikipedia

    XMLHttpRequest (XHR) is an API in the form of a JavaScript object whose methods transmit HTTP requests from a web browser to a web server. [1] The methods allow a browser-based …

  3. XML HttpRequest - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  4. XMLHttpRequest - The Modern JavaScript Tutorial

    May 14, 2022 · In your overview of why you still may want to use xhr, here's also the issue of error handling - xhr gives much more useful responses, while fetch () often provides false positives

  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 · If xhr ’s response type is the empty string, charset is null, and the result of get a final MIME type for xhr is an XML MIME type, then use the rules set forth in the XML …

  7. Mastering XMLHttpRequest in javascript 2026 - Apidog Blog

    4 days ago · Dive into the world of XMLHttpRequest (XHR) in JavaScript. Learn the basics, practical applications, advanced techniques, and how to use Apido to generate XHR code for …

  8. Using XMLHttpRequest - Web APIs | MDN

    Oct 30, 2025 · Although XMLHttpRequest is most commonly used to send and receive textual data, it can be used to send and receive binary content. There are several well tested methods …

  9. What Is An Xhr Request? (unlocking Data Transfer Secrets)

    one technology that has been instrumental in achieving this is the xmlhttprequest (xhr), often simply referred to as an xhr request. essentially, an xhr request is a way for a web page to …

  10. 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 …