HTTP request How to get and send data over HTTP using JavaScript Cheatsheets / JavaScript / General / HTTP request Topics Pages Axios fetch How to get data using the fetch function http Built-in for Node Content A few common options: fetch - built-in for the browser and for Node 17+ node-fetch - polyfill for the Node server side axios package request package jquery package - use the ajax function.