Meik Hellmund wrote:

I tried to modify the Web agenda/calendar chronos (http://chronoss.sourceforge.net) in such a way that everyone can look at the calendar without authentication but changes need basic
authentication. In other words, URLs like
http://.../chronos?action=showday&;....
should go through without authentication and only if an URL like
http://.../chronos?action=editevent&;....
is requested, basic authentication takes place.

probably what you want is something similar to Recipe 13.5 in the Cookbook, Conditional Authentication.


you can find all of chapter 13 online for free

http://www.modperlcookbook.org/chapters.html

HTH

--Geoff

Reply via email to