cross-origin resource sharing
添加释义
Cross-origin resource sharing
-
abstract:
Cross-origin resource sharing (CORS) is a mechanism that allows JavaScript on a web page to make XMLHttpRequests to another domain, not the domain the JavaScript originated from. Such "cross-domain" requests would otherwise be forbidden by web browsers, per the same origin security policy.
以上来源于:
WordNet