jQuery: I get OPTIONS request instead of GET

前端 未结 5 628
滥情空心
滥情空心 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:31

    I had the same issue, the cause I figured was in the html section I had set the base element to this

    
    

    Which I changed to

    
    

提交回复
热议问题