Back to Developer Roadmap

Cross-Origin Resource Sharing (CORS)

src/data/roadmaps/laravel/content/[email protected]

4.0880 B
Original Source

Cross-Origin Resource Sharing (CORS)

Cross-Origin Resource Sharing (CORS) is a browser security feature that restricts web pages from making requests to a different domain than the one that served the web page. This policy prevents malicious websites from accessing sensitive data from other sites. CORS defines a way for servers to specify which origins (domains, schemes, or ports) are permitted to access their resources.

Visit the following resources to learn more: