2009/8/20 Antoni Aloy <[email protected]>: > 2009/8/20 Jonathan Weiß <[email protected]>: >> >> Hallo Antoni, >> > >> I am not an expert for RPC, but I will forward your message to them. >> >> One thing I noticed: You can not send POST-Requests if you set the >> crossDomain property to true! >> Could you try it without it? >> > > I think is the same for the normal Ajax as it seems it converts the > POST to GET. I'm going to configure the Django server over ngnix and > I'm going to serve qooxdoo too and I'll check again. >
I answer myself: crossDomain refers not only the server name, but also the port. I have configured nginix as a proxy to localhost:8000 (my Django development server) and I configured it to serve also /source and /qooxdoo as static files (the same works for build). So, at this stage I'm not integrating qooxdoo with Django, just using it. With this configuration RPC calls works (at least the first tests) and we have a nice way to work with both products. -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
