On Tue, Feb 15, 2011 at 23:30, Joachim Baran <[email protected]>wrote:

> Hi!
>
>   Is it possible to use RPC over HTTPS instead of HTTP? I just made the
> switch and the RPC calls do not work anymore.
>
>   In Chrome's JavaScript console it only says: qx.io.remote.Exchange:
> Unknown status code: 0 (4)
>
>
Are you retrieving the application via https too?  In the same way that it
would be a cross-domain request if you issued your RPC to a different domain
name or a different port than where you retrieved your application from, it
is also a cross-domain request if the protocol is different for the RPC
request than was used to retrieve the application..

Derrell
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to