Spring Boot CORS Http Request Filters
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=GYSIn_IVIRs
Cross Origin Resource Sharing is of course possible with Spring Boot. You just implement a filter to set the headers to the response.
This video explains how and which headers to add.
Enjoy! :-)
Feel free to comment and ask questions.
The code is located here:
https://github.com/ekim197711/springboot-cors
Follow me on twitter:
https://twitter.com/MikeMoelNielsen
Other Videos By Mike Møller Nielsen
Tags:
springboot
cors
cross origin resource sharing
filter
servlet filter
request
request filter
http filter
http
http header
headers
response header
spring
java