RE: Redirect in Guard#authenticate

2009-04-15 Thread fgr81
have you found any solutions? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1724236

discuss@restlet.tigris.org

2009-04-15 Thread fgr81
Hi, I'm in the my first restlet work, and I've a problem with login and no_session-concept: ok to use HTTP_BASIC challenge, but is there a way to avoid the continuous re-send of username and password? -- http://restlet.tigris.org/ds/viewMessage

discuss@restlet.tigris.org

2009-04-15 Thread fgr81
Hi stephank, I refer to first case, because I'm doing an application where the user interacts often with his data. For now, I know only HTTP_BASIC. Thank you for the answer... -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMess

discuss@restlet.tigris.org

2009-04-16 Thread fgr81
Hi Rob, thank you for the answer! ok, I can happy use the cookies, but is this use versus the rest-philosophy? is there another solution to bring client-side the access credentials? server-side security isn't now a problem, and then also HTTP_BASIC is good for me. Thanx again. ---