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

Solved

2 Replies

a year ago

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


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


Spring boot Error Full authentication is required to access this resource - Railway Help Station