Spring boot cors issue
In Spring Boot Applications,You developed API’s and users use this API’s/. By default eveny domain has the acccesed to this API.
Sometimetimes, You want to restrict a Web request from a given domain, You have to configure CORS configuration.
What is CORS?
CORS is Cross-Origin Resource Sharing, Security feature in Browsers to enable or disable request from a different domains. So it allows or ddisallow to access the web pages from a different sites.