I have implemented Spring Security to my project, but I am getting status 405 when I try to log in. I have already added csrf token in the form.
csrf
form
If you are using JSP/JSTL
Change
to
with tag declaration
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
solve my problem