Re: [qooxdoo-devel] login/authentication request

2010-01-18 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, We had exactly the same needs and the same will to have a stateless server. In fact, I could have written this email :-) Why do you want to send a separate HTTP header ? Fortunately, by using RPC, tghings are simpler because you are at higher level. Unfortunately, you don't have (can't) acces

[qooxdoo-devel] login/authentication request

2010-01-17 Thread mckwil
Hello, I'm trying to figure out how to make a login / authentication request to a Java RPC backend. Since I'm planning to create a stateless server, I'm planning to include the username/password as part of each request. I'm hoping to achieve this by sending a seperate HTTP header in each request