An Overview of HTTP Requests & Cross-Origin Resource Sharing (CORS)

Bilge Demirkaya
JavaScript in Plain English
7 min readJan 31, 2021

--

A quick overview of what URL is consist of, how HTTP requests works, some important request headers, Cross-Origin Resource Sharing (CORS).

First of all, let's start with how a URL (Universal Resource Locator) looks like.

A sample URL consists of 4 parts.

--

--