Tag: HTTP requests

Recent Post

GET, POST, PUT & DELETE using AJAX in JavaScript

AJAX (XMLHttpRequest) is a native object for making HTTP requests in JavaScript.

Upload progress bar using XHR (Fetch alternative)

The XMLHttpRequest (XHR) object can be used to make and track upload progress.

Using the Fetch API in React with functional components

How to use JavaScript's native Fetch API to make HTTP requests in React.

POST form data using JavaScript’s Fetch API

Fully control form data submission using JavaScript's Fetch API.

Make fetch GET, POST, PUT and DELETE requests in a single line

Reduce the amount of code needed to make HTTP requests using fetch.

Using fetch to make GET, POST, PUT and DELETE requests

Learn how to make HTTP requests in plain JavaScript using it's in-built fetch method.