I wanted to suggest that section "3. Origin" include some examples presented in a clear and explicit way, such as in a list.

3.1 Examples of Resources With the Same Origin

All of the following resources can be said to have the same origin.

http://example.com
http://example.com:80
http://example.com/path/file
http://example.com

In these cases each URI would be parsed into identical scheme, host, and port components.


3.2 Examples of Resources With Different Origin

Each of the following resources can be said to have a different origin from the others in this list.

http://example.com
http://example.com:8080
http://www.example.com
https://example.com:80
https://example.com
http://google.com
http://ietf.org

In each case at least one element from the URI scheme, host, and port component will differ from the others in the list.

Best regards,
Chris Weber
_______________________________________________
websec mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/websec

Reply via email to