Jeztah wrote:
> Sorry to repost but this did not appear on the group email out
> 
Your post appeared on the list, but it seems nobody had time to answer.

> On Dec 16, 2:58 pm, Jeztah <[email protected]> wrote:
>> Does anyone know if this is supported yet in prototypejs ... i have
>> found a plugin for it but it seems not to work as it is intended for
>> proto 1.5 and i am on the latest one .... Are the developers thinking
>> of maybe adding the "crossSite" option into ajax requests ?
>>

Cross site requests are not the problem of (any) javascript framework.
They are blocked by the browser for security reasons.

Please read: http://en.wikipedia.org/wiki/Same_origin_policy
for details.

I have not seen the plugin you are writing about. I think it used 
either some kind of bug in browsers, or dynamicly created a <script> 
tag to include some scripts from the remote domain.

I think no workaround will be incorporated into prototype, and  in my 
humble opinion it shouldn't be. This would lead to security problems 
in sites which do not need cross site requests. Sites which needs them 
can use a simple server-side proxy script without modification of 
prototype.


Regards,
SWilk


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to