Hi!
I too use JSONP (transport=2).
Here is my ape.conf:
uid {
# "aped" switch to this user/group if it run as root
user = www-data
group = www-data
}
Server {
port = 6969 # The Default APE Port
daemon = no # if "yes", launches APE in background
ip_listen = 0.0.0.0
ip_local = 127.0.0.1 # The external IP adress of your server
domain = domain.com
rlimit_nofile = 65536
}
JSONP {
eval_func = Ape.transport.read
}
# Proxy section is used to resolve hostname and allow access to a IP:port
(Middleware-TCPSocket feature)
#Proxy {
# id = freenode
# host = irc.freenode.net
# port = 6667
# readonly = false
#}
My apeClientJS.js has the following configuration:
APE.Config.transport = 2;
APE.Config.baseUrl = 'http://dev.domain.com/js/APE_JSF'; //APE JSF
APE.Config.domain = 'domain.com'; //Your domain, must be the same than the
domain in aped.conf of your server
APE.Config.server = 'dev.domain.com:6969'; //APE server URL
The APE-Server is running under the normal domain, but currently I am
testing the whole thing using the subdomain "dev", that's why there is the
difference between the "domain"-entry and the "server"- and "baseUrl"-entry.
As we said, it all works fine in FF and Chrome, but not with IE...
Any suggestions?
Thanks!
Dominik
2009/12/13 Nicolas Trani <[email protected]>
> Hi doozer and dominik,
>
> Can you post your conf (ape.conf and Demos/config.js)? Dominik which
> transport mode are you using?
>
> Regards.
>
> Dominik wrote:
> > Hi folks!
> >
> > I got the same error, everything works fine in FF, but IE6 leads to
> > the error mentioned above.
> > Really weird...
> >
> > Best regards,
> > Dominik
> >
> >
> >
> > On Dec 13, 10:46 pm, do0zer <[email protected]> wrote:
> >
> >> IN IE8 I am getting access denied on:
> >>
> >> var doc = iframe.contentDocument
> >>
> >> in ApeClientJS.js
> >>
> >> I am running the hello world sample, in a cross domain mode using the
> >> json transport mode 2
> >>
> >> Everything works great in Firefox, however IE gives me the access
> >> denied error
> >>
> >> I reallyhope someone can help with this
> >>
> >> Thanks
> >>
> >
> >
>
>
> --
> Nicolas Trani - Développeur web
> Weelya - Improve the web
> 32 rue du faubourg boutonnet
> 34090 Montpellier
> Tel : 04 67 169 778
> http://www.weelya.com
>
> --
> 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]<ape-project%[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/
>
--
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/