Forward proxy_pass and add CORS headers in nginx
In the recent app that I develop, there is a situation like this: The API, created with Spring Boot . The Angular app calls the API but got a CORS error. I did a few searches online and found out that I need to add additional configuration in the code. The problem is since I … Read more