Add CORS Configure For Spring Boot App
Overview When connecting from frontend to backend, you may encounter the infamous CORS error I will not explain to you what CORS error is (there are plenty of good resource for that). I only show you how to configure a filter in Spring Boot so you can fix this error and go back to work … Read more