Spring boot Error Full authentication is required to access this resource
marioatef94
TRIALOP

2 years 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

Solved

2 Replies

brody
EMPLOYEE

2 years ago

Make sure you are using https when calling the service running on Railway.


Status changed to Solved Railway over 1 year ago


marioatef94
TRIALOP

2 years ago

Ah, you saved my day, thanks a lot that's work


Loading...