THE GARDEN
Updated 18 Sep 2026
a browser security model restricting how scripts from one origin interact with resources from another
for ordinary HTTP URLs, determined by scheme, host, and port
different paths alone do not create different origins
https://example.com/a and https://example.com/b share an origin
https://example.com/a
https://example.com/b
changing to http://example.com changes the origin
http://example.com
the policy is not a blanket ban on sending every cross-origin request
scripts can sometimes trigger a request while being prevented from reading its response
Cross-Origin Resource Sharing (CORS)
◌ Explore connections in Graph view
Paths through the garden