CORS 405 (Method Not Allowed)

前端 未结 1 1111
情歌与酒
情歌与酒 2020-12-21 11:18

i intend to send a cross-domain request to a soap web service using Ajax The url of the web service is: http://example1.asmx?op=GetVOD

My code:

var u         


        
相关标签:
1条回答
  • 2020-12-21 11:27

    Sounds like Web DAV is getting in the way. Here's the config to remove it:

    http://brockallen.com/2012/10/18/cors-iis-and-webdav/

    0 讨论(0)
提交回复
热议问题