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 _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
