[jQuery] Re: Handle cross-site JSON in Form Plugin malsup

2007-05-05 Thread JoelSun
I will try "proxy". Thanks,Ian. On May 5, 11:43 am, Ian 'Nevir' MacLeod <[EMAIL PROTECTED]> wrote: > Unfortunately that's a limitation of XMLHttpRequest - for primarily > security reasons, all browsers disable cross-domain "ajax" (in > general) > > There are a couple solutions, one of which is

[jQuery] Re: Handle cross-site JSON in Form Plugin malsup

2007-05-05 Thread Ian 'Nevir' MacLeod
Unfortunately that's a limitation of XMLHttpRequest - for primarily security reasons, all browsers disable cross-domain "ajax" (in general) There are a couple solutions, one of which is to "proxy" the request through the local server (have it contact your other domain, rather than the browser) G