I wrote a small website, using Spring mvc Spring security, and then deployed it to the server. In order to facilitate management, I used nginx. At this time, the problem came. The website that originally ran well could not be used after using nginx. After logging in, the error reported was a 403 common in spring security. Please tell me, how to solve this problem? (Guess: Is it related to the CSRF of spring security?
Hello, you and I have encountered the same problem. Is it because spring security is redirecting~? Have you solved it~?