[webkit-help] cross-domain xmlHttp request
Alexey Proskuryakov
ap at webkit.org
Thu Oct 8 23:49:16 PDT 2009
08.10.2009, в 15:51, anil v написал(а):
> Could you please help me how to get make it work cross domain
> xmlHttp req from JS On webkit ?
Cross origin XMLHttpRequest works in WebKit in accordance with these
specifications: <http://dev.w3.org/2006/webapi/XMLHttpRequest-2/> and <http://dev.w3.org/2006/waf/access-control/
>. The server needs to add access control headers to its response if
cross origin access is to be enabled.
There is nothing you need to do to enable this in WebKit - it's just
part of normal XMLHttpRequest operation, and it's always enabled.
- WBR, Alexey Proskuryakov
More information about the webkit-help
mailing list