1
0

Support HTTP-Authentication (especially for RSS feeds)

This commit is contained in:
Garvin Hicking
2006-08-16 08:28:32 +00:00
parent e0042430f5
commit bb7fb4e5a8
4 changed files with 41 additions and 2 deletions

View File

@ -1,5 +1,20 @@
# $Id$
Version 1.1-beta2 ()
------------------------------------------------------------------------
* Added ability to use HTTP Authentication to the blog. Can be
triggered by submitting HTTP Auth credentials [only supported when
the server runs with mod_php, not as CGI]. Authentication can be
forced URLs with the "?http_auth=true" parameter, which
will then send a "401 Unauthorized" header.
If your server does not support mod_php, you can submit REQUEST
variables: ?http_auth_user=XXX&http_auth_pw=YYY.
Note that specifying username and password in the URI will lead
to password disclosure in HTTP logfiles.
This feature is most importantly meant for RSS-feeds, to make
RSS readers able to submit login credentials. (garvinhicking)
Version 1.1-beta1 (August 14th, 2006)
------------------------------------------------------------------------