David Staudt | Modern browsers prevent 'cross origin' requests like this, where the host that provided the javascript is different from the host that the XMLhttpRequest is going to. http://en.wikipedia.org/wiki/Same_origin_policy The usual recourse is to have the javascript post a custom request back to the origin web server, and have the web server make the actual post to the phone (i.e. proxy) |
| Please sign in to flag this as inappropriate. |