CORS
↔ (mechanism) Browser-enforced rule to restrict Web Resource access to Domain external to current Web Page
aka CORS, Cross-Origin-Resource-Sharing
3rd party API's must enable CORS access to allow remote access from code
Origin
URL (Domain + Port) address location to access a Web Resource
Browsing Context
environ where Browser displays Document