Origin Policy
Understanding “same-site” and “same-origin”
# What is
“Origin” is a combination of a
scheme (also known as the
protocol, for example
HTTP or
HTTPS),
hostname, and
port (if specified). For example, given a URL of https://www.example.com:443/foo , the “origin” is https://www.example.com:443.