I've got a site under development that is using lots of AJAX calls. I'm using the shortcuts - .get(), .post() and .load()
On the desktop machine, everything works just fine using any browser I've tested so far. But when I test using my iPad, all AJAX calls fail. Checking the server log reveals that they are using OPTIONS instead of GET/POST - so far that sounds like questions answered before, BUT:
a) this ONLY happens with the iPad Mobile Safari, NOT with Safari on the desktop or any other browser on the desktop b) I have tripple-checked that I am using the same domain, no subdomain, no http/https, etc.
I have no idea what's going on here, so if anyone can help?