From eb78538ebc0b3f323e584363055df934ce4156e1 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Tue, 4 Oct 2016 21:17:44 +0200 Subject: [PATCH] Add 'prefer' header to Access-Control-Allow-Headers Without it infCloud cannot create an event --- pages/user_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index b471f4bd..aa95cdba 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -336,7 +336,7 @@ Add/Modify the following section in Radicale main configuration file: [headers] Access-Control-Allow-Origin = * Access-Control-Allow-Methods = GET, POST, OPTIONS, PROPFIND, PROPPATCH, REPORT, PUT, MOVE, DELETE, LOCK, UNLOCK - Access-Control-Allow-Headers = User-Agent, Authorization, Content-type, Depth, If-match, If-None-Match, Lock-Token, Timeout, Destination, Overwrite, X-client, X-Requested-With + Access-Control-Allow-Headers = User-Agent, Authorization, Content-type, Depth, If-match, If-None-Match, Lock-Token, Timeout, Destination, Overwrite, X-client, X-Requested-With, prefer Access-Control-Expose-Headers = Etag ``InfCloud`` needs read access for ``everybody`` (including anonymous users) on Radicale's root directory.