[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-11-08 Thread Justin
That isn't the same thing as the SlipSpace / Google method - http://www2007.org/papers/paper801.pdf. That uses nested iframes to ensure that harmful scripts can not be accessed. Kris Zyp has implemented a version of it Cross Safe - http://ajaxian.com/archives/crosssafe. On Oct 25, 3:00 pm,

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-22 Thread Thierry
Looks like i can do the readyStates though, which fortunately is all i need --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-22 Thread Thierry
Ok here a first start of the work, most of it is ok, but still need to translate IE support and Safari: Change in prototype.js ajax.request initialize to: initialize: function(url, options) { this.setOptions(options); this.transport = (!this.options.crosssite) ? Ajax.getTransport() :

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-21 Thread Tobie Langel
Hi, What would be great would be to include writing capacities similar to what Google came up with. I have no idea how complex that is to set up - probably very - nor how their code is licensed. Regards, Tobie On Oct 21, 3:10 pm, Thierry [EMAIL PROTECTED] wrote: I am looking for cross

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-21 Thread Thierry
What did google come up with? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-21 Thread Tobie Langel
http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back On Oct 21, 4:03 pm, Thierry [EMAIL PROTECTED] wrote: What did google come up with? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-21 Thread Thierry
Does anyone know if it possible to get the header response code, when using the script technique? Cheers, Thierry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send

[Prototype-core] Re: Implementing Cross site Ajax support for prototype

2007-10-21 Thread Mislav Marohnić
On 10/21/07, Thierry [EMAIL PROTECTED] wrote: Does anyone know if it possible to get the header response code, when using the script technique? No ... nothing is possible using the script technique except getting raw data. --~--~-~--~~~---~--~~ You received