Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-24 Thread Derrell Lipman
On Sat, Oct 24, 2009 at 11:25, Gene Amtower wrote: > Thanks, Derrell, for filling in the missing pieces. I knew you had more > insight into the transport difference than me. > > Since you didn't address it directly, can I assume the info I provided on > cross-domain URLs and running the app in

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-24 Thread Gene Amtower
Thanks, Derrell, for filling in the missing pieces. I knew you had more insight into the transport difference than me. Since you didn't address it directly, can I assume the info I provided on cross-domain URLs and running the app in a server browser were correct? I hope we have some Qooxdoo d

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-24 Thread Derrell Lipman
On Fri, Oct 23, 2009 at 23:17, Don Lee wrote: > > I sent a message to the web2py mailing list today asking is there was > anything needed to allow for cross domain calls in it json-rpc setup. > The answer was no. The python shell tests confirmed in my mind that > the web2py backend was working p

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-24 Thread Don Lee
On Sat, Oct 24, 2009 at 1:54 AM, Gene Amtower wrote: > Don, > > You sounded confused by the results of your testing, and I was trying to > show you where there is correlation between your test results and the > Qooxdoo RPC framework.  It sounds like you still don't agree that there is > some order

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Gene Amtower
Don, You sounded confused by the results of your testing, and I was trying to show you where there is correlation between your test results and the Qooxdoo RPC framework. It sounds like you still don't agree that there is some order to your results - that somehow the behavior is still unexpected.

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Don Lee
First let me say thank you for your response to my question. I will reply to each section. On Fri, Oct 23, 2009 at 7:39 PM, Gene Amtower wrote: > Don, > > First, I think there's a misunderstanding about what crossDomain means - it > does not refer to a "domain" in the sense of a domain name or n

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Gene Amtower
Don, First, I think there's a misunderstanding about what crossDomain means - it does not refer to a "domain" in the sense of a domain name or network domain. It is just used here to refer to a request to a different RPC URL than the source page that makes the RPC request. Since you mentioned th

[qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Don Lee
I am using qooxdoo-0.8.3, along with web2py as my backend. My web server and client are on the same network/domain. I have observer that depending on the URL provided to the RPC object and whether I set crossDomain, I get weird behavior even when running the software from the web server itself. I