How to make HTTP calls using simple Javascript
XMLHttpRequest is a built-in browser object that allows to make HTTP requests in JavaScript.
Despite of having the word “XML” in its name, it can operate on any data, not only in XML format. We can upload/download files, track progress and much more....
bathiniramesh.hashnode.dev1 min read