jQuery: I get OPTIONS request instead of GET

前端 未结 5 626
滥情空心
滥情空心 2020-12-05 15:25

I am using simple jQuery

$.get( .... );

Here instead of getting GET response I get OPTIONS.( checked in firebug Net)

Same code is w

5条回答
  •  醉酒成梦
    2020-12-05 15:52

    I hope this helps someone: http://kurund.com/blog/2010/09/09/how-to-call-external-site-url-using-jquery-ajax/

提交回复
热议问题