Forum

Tine20 with CalDAV

hsz36
26 July 2014, 14:56
Hi,

the groupware tine20.org (https://tine20.org) relies for it's CalDAV feature on rewriting an url according to the request method.

If the request method ist not GET or POST, treat the url as a CalDAV request, rewrite it accordingly and authorize the user:

RewriteCond %{REQUEST_METHOD} !^(GET|POST)$
RewriteRule ^calendars index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

Is there any way to achieve this behaviour in hiawatha?

Thanks for your work!

Hiawatha version: 9.6
Operating System: Ubuntu 14.04
Hugo Leisink
31 July 2014, 11:10
Not yet, I will add an option to check for the request method in an URL Toolkit rule for the next release.
hsz36
31 July 2014, 18:53
I'm looking forward to the next release :-)
Thank you!
This topic has been closed.