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) access to HTTP level.

Why not having 2 extra params containing login/pass for all your methods in all 
Controllers ?
See my email on new Java-RPC implem.

On Jan 18, 2010, at 04:18 , mckwil wrote:

> 
> 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, but not sure how that is done in Qooxdoo using its remote RPC
> calls.
> 
> Could anyone help me on this and/or show me a few lines of sample code to do
> this?
> 
> Thanks!
> 
> mckwil
> -- 
> View this message in context: 
> http://old.nabble.com/login-authentication-request-tp27205738p27205738.html
> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to