Forbidden appears in spring boot security

using springboot to integrate security access to api interfaces appears

{
"timestamp" : "2019-01-03T03:47:55.465+0000" ,
"status" : 403,
"error" : "Forbidden" ,
"message" : "Forbidden" ,
"path" : "/api/v1/system/role" 
}
May.10,2022

this is because you enable CSRF protection and turn it off. In the configure (HttpSecurity http) method, append http.csrf (). Disable (); turn off CSRF protection.


insufficient permissions is also this error

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b394cb-2c197.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b394cb-2c197.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?