Hi Philipp, Am 23.07.2008 um 14:36 schrieb Philipp Wabinski:
> When I use a url like this https://192.168.2.4/project/index.html > for my > qooxdoo application and https://192.168.2.4´/project/rpc_services/ > as rpc > path, I get an access denied msg. > > When I test it with the same qooxdoo source code > (crossDomain(false)) on my > live system with this urls > https://domain.de/project/index.html and > https://domain.de/project/rpc_services as rpc path it works without > an acces > denied error. Your browser is trying to protect you :-) You must have a trusted certificate (or a certificate sigend by a trusted CA) for "192.168.2.4". Otherwise, at least Firefox won't let you get to the page by default. So it looks like this is purely a configuration/ testing issue, and the PHP backend is working fine. Regards, Andreas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
