Making network requests is a crucial part of most web applications. This snippet collection introduces core concepts related to HTTP requests, as well as how to make them in JavaScript.
Familiarize yourself with the most common HTTP status codes with this handy cheatsheet.
Web development · Jun 12, 2021
CORS (Cross-Origin Resource Sharing) trips up many developers, but it's pretty easy to wrap your head around.
JavaScript, Browser · May 7, 2023