Archive

Posts Tagged ‘HTTP 401 Unauthorized’

Forcing Digest Authentication in Web Applications

January 10, 2010 2 comments

A simple way to password-protect a page in Apache web server is the use of htaccess. However, some times you don’t have enough privileges to place or modify a/the htaccess file, e.g., in Google App Engine. Here is a very simple way to achieve this on the application level (using GAE as example)

Read more…