XMLHttpRequest - An Introduction
For sending Http requests from JavaScript to a server, you can use XMLHttpRequest, fetch() or Axios. Let's explore XMLHttpRequest!
Created by Maximilian Schwarzmüller
#
XMLHttpRequest - An Introduction
If you want to send Http requests from (client-side) JavaScript, you typically use XMLHttpRequest, the fetch() API or Axios.
In the above video, we'll explore XMLHttpRequest and understand how that works. You can dive deeper with the help of MDN and its XMLHttpRequest Docs.