#ackaraga

1 messages · Page 1 of 1 (latest)

deft caveBOT
stiff helm
#

First step is you want to figure it out how to see logs

#

Then you can debug what's wrong

smoky anchor
#

No logs

#

What does it mean 405?

#

You send post request, my action marked as post

#

Why it says method is not allowed?

stiff helm
#

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

smoky anchor
#

You are not helping me

#

Go and check logs is not a help

stiff helm
#

Sorry but we can not make guess without seeing the log. It's first step to start debugging

smoky anchor
#

WHat does 405 mean?

stiff helm
#

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

deft caveBOT