Google News
logo
Java Spring Boot - Interview Questions
Explain CORS in Spring Boot?
CORS stands for Cross-Origin Resource Sharing is a  mechanism implemented by browsers and helps users to authorize cross-domain requests. This mechanism serves as an alternative to less secure and less powerful hacks of the kinds of IFrame or JSONP.
Advertisement