Hey,
I saw that qooxdoo can do Basic auth (see
qx.io.request.authentication.Basic), but I saw that there's no such
class for Digest authentication. I'd like to use digest auth to request
data from our server, so I wonder two things: why isn't there a Digest
class at all (the IAuthentication interface support is fairly
straightforward),
As simple as it might sound, there has been no need for that.
and whether someone has already implemented this for
their own amusement and is willing to share their efforts, so maybe I
don't need to do the same :)
Sounds like a contrib project. ;) If you or some else is interested in opening
one, just let us know. :)
On this note, how does even qx.io.request.authentication.Basic work? I
pretty much don't see anything in the code that would actively chosing
that class and setting the username and password, etc.
Let's say I can use Basic, I have no idea how to specify the user and
pass for it in code :/
The AbstractRequest Class [1] has a property called authentication which takes
a delegate like a basic auth. If you create your own, just make sure it uses
the IAuthentication interface and your fine. :)
Regards,
Martin
[1] http://demo.qooxdoo.org/current/apiviewer/#qx.io.request.AbstractRequest
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel