These two URLs have the same origin:
http://example.com/foo.html
http://example.com/bar.html
These URLs have different origins than the previous two:
http://example.net
- Different domainhttp://example.com:9000/foo.html
- Different porthttps://example.com/foo.html
- Different schemehttp://www.example.com/foo.html
- Different subdomain
Internet Explorer does not consider the port when comparing origins.