#ackaraga
1 messages · Page 1 of 1 (latest)
First step is you want to figure it out how to see logs
Then you can debug what's wrong
No logs
What does it mean 405?
You send post request, my action marked as post
Why it says method is not allowed?
That will need the server log to figure it out first
Does your server accept POST ?
It should normally, but your server log would tell why it didn't allow it
Sorry but we can not make guess without seeing the log. It's first step to start debugging
WHat does 405 mean?
You would want to reach out to Azure or check out their document for debugging log
405 means method not accepted by your server, which is POST in this case