the server responded with a status of 405 (Method Not Allowed)

前端 未结 5 1325
夕颜
夕颜 2020-12-30 14:51

I am new to Web Sevice, I am getting the following error when I tried to run my page (Local) in Chrome Console

ERROR

5条回答
  •  攒了一身酷
    2020-12-30 15:21

    in my case it was failing becasue of there was not POST method in servet, but I had GET method.

    so I jsut changed the type:"GET", so it is working now.

提交回复
热议问题