Hi! I'm developing a mobile web application with APE server running together with apache. Everything is working great when I'm connected over WIFI network but when I'm connected over mobile network mobile browser returns errors:
"Unsafe JavaScript attempt to access frame with URL ...... Domains, protocols and ports must match." with setting APE.Config.transport = 2; Apparently script cannot load scripts in to the iframe. "Uncaught SyntaxError: Unexpected token < http://14.client.domain.com:6969/2/[{%22cmd%22:%22CONNECT%22,%22chl%22:1}]:1" with setting APE.Config.transport = 1; Interesting thing is that example on ape homepage is working via mobile network. The only difference that I can find is that you are using standalone server on port 80 (if I am correct). My phone is HTC desire (Android 2.2). Does anybody have similar problem and did you find any solution? Regards Blaž -- 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/
