jQuery: I get OPTIONS request instead of GET
- by Kurund Jalmi
I am using simple jQuery
$.get( .... );
Here instead of getting GET response I get OPTIONS.( checked in firebug Net)
Same code is working fine in Safari. Looks like some problem with Firefox.
Any workaround / solutions to fix this problem..
Thanks
Kurund