[fw-general] HTTP response code when not logged in

2010-03-19 Thread Marian Meres
Hello everyone, what kind of HTTP response codes would you suggest using when accessing a page which requires user to be logged in and there is no current identity present? Initially I thought about 401 Unauthorized, but the definition says: The response MUST include a WWW-Authenticate header

Re: [fw-general] HTTP response code when not logged in

2010-03-19 Thread Matthew Weier O'Phinney
-- Marian Meres marian.me...@gmail.com wrote (on Friday, 19 March 2010, 08:43 AM +0100): what kind of HTTP response codes would you suggest using when accessing a page which requires user to be logged in and there is no current identity present? Initially I thought about 401 Unauthorized,