• Javascript
  • Python
  • Go
Tag name:

xmlhttprequest

XMLHttpRequest (XHR) is a JavaScript API that enables asynchronous communication between a web browser and a web server. This important tool allows for the retrieval of data from a server without refreshing the entire page. Learn how to use XHR in your development projects and improve the user experience of your web applications.

Related Articles

Making Cross-Domain XMLHttpRequests

Cross-domain XMLHttpRequest (XHR) is a powerful technology that allows web developers to make HTTP requests to different domains. This means...