Posts by Aleks • 51 points
2 posts
-
2
votes2
answers295
viewsA: Error in Spring: console Delete request points out that the method is not supported
Friends, I have found the solution. As I am using Spring Segurity it is essential to send the tokens of _csrf in all ajax requests, I made available the tokens _csrf in my default layout to…
-
3
votes2
answers295
viewsQ: Error in Spring: console Delete request points out that the method is not supported
I am making a request via Ajax to delete a user and get the message that the delete method is not supported, someone has any idea what could be? My controller: package com.br.livraria.controller;…