I am using simple jQuery
$.get( .... );
Here instead of getting GET response I get OPTIONS.( checked in firebug Net)
Same code is w
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