HTTP Status 405 - Request method 'POST' not supported. Spring Security
问题 I have Spring Security with Spring MVC. When I try to sign up, it is giving me 405 'POST' not supported. I have disabled csrf token in security config. Let me know where did I go wrong? My login page: <#-- @ftlvariable name="error" type="java.util.Optional<String>" --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Log in</title> </head> <body> <nav role="navigation"> <ul> <li><a href="/">Home</a></li> </ul> </nav> <h1>Log in</h1> <p>You can use: demo@localhost / demo<