Hello !
I have a question about HTTP auth in a non browser env.
If i have an Air app which takes user/pass to "login" to a web app.
THe login action would be done with a request from Air to http://foo.bar/session/create and the uname/pass as POST var.
Now i can keep the answer and add it to the headers for my next requests ?
If then i do a call to http://foo.bar/links which is protected to get a bunch of links, it should work and return me the links.
How can i be automaticaly authentified in the browser (firefox/ie) opening one of this link ?
My first guess is i can't.
Thanks for your feedbacks.
Greg