Origin
scheme + host + portの組み合わせ
例
http://Example.com:80 と http://Example.com は同一オリジン
デフォルト80ポートのため
http://Example.com:80 と http://Example.com:8080 は別オリジン
portが異なるため
https://app.example.com と https://example.com は別オリジン
hostが異なるため
https://developer.mozilla.org/ja/docs/Glossary/Origin
関連
Same Origin Policy