Re: [webkit-help] cross-domain xmlHttp request

2009-10-09 Thread Julien Chaffraix
On Fri, Oct 9, 2009 at 9:08 AM, Mirko Scavazzin wrote: > https://lists.webkit.org/pipermail/webkit-help/2009-October/000312.html I don't think this is the solution here: this is about disabling all cross-domain checks (which should be avoided). As Alexey pointed out, if your pages follow the sta

Re: [webkit-help] cross-domain xmlHttp request

2009-10-09 Thread Mirko Scavazzin
https://lists.webkit.org/pipermail/webkit-help/2009-October/000312.html HTH 2009/10/9 anil v > Hi All, > > I am working on webkit-gtk(1.1.14) and when i request multiple xmlHttp > request of different domains synchronously from my javascript i am not > getting any response. Could you plea

Re: [webkit-help] cross-domain xmlHttp request

2009-10-08 Thread Alexey Proskuryakov
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: and

Re: [webkit-help] cross-domain xmlHttp request

2009-10-08 Thread anil v
/ > > Cheers > Devdatta > > -- > Date: Fri, 9 Oct 2009 04:21:26 +0530 > From: anil.vemulapa...@gmail.com > To: webkit-help@lists.webkit.org > Subject: [webkit-help] cross-domain xmlHttp request > > > Hi All, > > I am working on

Re: [webkit-help] cross-domain xmlHttp request

2009-10-08 Thread Devdatta Akhawe
Hi Cross origin requests are not allowed by the XMLHTTPRequest. http://dev.w3.org/2006/webapi/XMLHttpRequest/ Cheers Devdatta Date: Fri, 9 Oct 2009 04:21:26 +0530 From: anil.vemulapa...@gmail.com To: webkit-help@lists.webkit.org Subject: [webkit-help] cross-domain xmlHttp request Hi All

[webkit-help] cross-domain xmlHttp request

2009-10-08 Thread anil v
Hi All, I am working on webkit-gtk(1.1.14) and when i request multiple xmlHttp request of different domains synchronously from my javascript i am not getting any response. Could you please help me how to get make it work cross domain xmlHttp req from JS On webkit ? Thanks, Anil.V