XMLHttpRequest - An Introduction

Article thumbnail for XMLHttpRequest - An Introduction

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.