To this point, when making HTTP requests, I’ve only used the fetch API. It has been sufficient for my needs but I wanted to explore some alternatives that may have additional benefits. I came across a few options including the XMLHttpRequest interface, libraries such as jQuery, and Axios. …