Spring boot Error Full authentication is required to access this resource
marioatef94
TRIAL
a year ago
Hello, I have spring boot hosted on railway, it works fine for all GET requests but for POST requests it returns FORBEDDIN 403
and after every request ( GET or POST )
this error shows in the logs "Full authentication is required to access this resource"
I Allowed my app to accept all origin and also disabled the CSRF
2 Replies
Status changed to Solved Railway • about 1 year ago
marioatef94
TRIAL
a year ago
Ah, you saved my day, thanks a lot that's work