All,
I have a need to make cross-domain AJAX requests and hence added "$.support.cors = true;" line before my ajax requests.
But for non cross-domain calls, my ajax doesn't seem to hit.
Does this "$.support.cors = true;" has impact on the non cross-browser calls or am i seeing something wrong?
Any help is much appreciated! Thanks