405 java springboot.
I uploaded my project to railway and when I call my signup page endpoint I got 405 not allowed method. On my local machine with postman its working well.
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] but I used POST method.
d3e0ea5d-ac0d-43aa-8c15-26f8bd526298. service id
5 Replies
Project ID:
d3e0ea5d-ac0d-43aa-8c15-26f8bd526298
ok
Solution
please make sure you are using https when calling your railway service
jesus
thanks it work
no problem!