jQuery: I get OPTIONS request instead of GET
Posted
by Kurund Jalmi
on Stack Overflow
See other posts from Stack Overflow
or by Kurund Jalmi
Published on 2009-11-16T18:04:19Z
Indexed on
2010/05/31
2:52 UTC
Read the original article
Hit count: 203
jQuery
|jquery-ajax
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
© Stack Overflow or respective owner