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

前端 未结 5 1324
夕颜
夕颜 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:09

    I added a simple line on my friend's suggestion above the jquery ajax call

     jQuery.support.cors = true;
    

    Now it is working fine :)

    ONLY IN IE BROWSER

    I would be happy to know if it can be solved using different way as it is not recommended.

    Anyhow I asked this question again after many efforts and I got different error which was solved in this post here

提交回复
热议问题