Origin Concept - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

The origin in the same-origin policy means the same host, but there are a few specifics that should be noted. The following table illustrates whether the same origin when compared with a base origin of www.example.com:

URL Same-Origin Note
http://www.example.com/dir/page.html true Same protocol and host
http://www.example.com/dir2/other.html true Same protocol and host
http://www.example.com:81/dir2/other.html false Same protocol and host but different port
https://www.example.com/dir2/other.html false Different protocol
http://en.example.com/dir2/other.html false Different host
http://example.com/dir2/other.html false Different host (exact match required)
http://v2.www.example.com/dir2/other.html false Different host (exact match required)