mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add 'prefer' header to Access-Control-Allow-Headers
Without it infCloud cannot create an event
This commit is contained in:
parent
ee09c63002
commit
eb78538ebc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue