As of
Est. 

CORS

Cross Origin Resource Sharing.

CORS is a protocol that allows a web service to restrict how it can be called by a web browser. This is mainly to protect the user of the service against calls from unknown, malicious sources. It's not a protection of the service per se, as CORS only addresses calls made from CORS compliant browsers, but not for example curl requests.