Skip to content

Cross Origin Resource Sharing (CORS)

RAHUL RATHORE edited this page Jan 20, 2022 · 4 revisions

Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources.

Clone this wiki locally