CSRF disabling not working when done via library
Summary The issue at hand is related to CSRF protection in a Spring Boot application. When a library that handles CSRF disabling is imported into an API Gateway service, the CSRF protection does not work as expected, resulting in an “An expected CSRF token cannot be found” error. However, when the library is converted to … Read more