I think I was able to make this work. In JavaScript.js, I commented
out this line:
if (config.domain == 'auto') document.domain = document.domain;
BTW. This line seems like a bug in the first place since
document.domain is being assigned to itself?
On Nov 23, 11:35 pm, Carlos <[email protected]> wrote:
> Hi all,
>
> Has anyone been able to do cross-domain (serve the webpage from one
> domain and run Ape on another) using Internet Explorer?
> If I set Ape.Config.transport = 2, it works on Firefox and Chrome.
> However, on IE I get "permission denied" on line 111 of
> JavaScript.js. From what I understand, the iframe is from a different
> domain, and for security reasons, IE blocks this access.
> Has anyone been able to make this work?
>
> Thanks!
--
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/