You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDAV ignores custom headers added by add_header directive.
I did a small test to hint what is going on. Please see the config below and note the return directive for request of type OPTIONS. Response to OPTIONS contains CORS headers but PROPFIND does not. It is because the DAV extension or this extension keeps processing. Is it a bug here or in Nginx's own DAV extension? Thanks a lot.
I had the same problem trying to launch DAViCal & CardDavMATE on different servers.
I hope there is solution other that hosting client & server (DAViCal) at one place
Hello,
WebDAV ignores custom headers added by
add_header
directive.I did a small test to hint what is going on. Please see the config below and note the
return
directive for request of typeOPTIONS
. Response toOPTIONS
contains CORS headers butPROPFIND
does not. It is because the DAV extension or this extension keeps processing. Is it a bug here or in Nginx's own DAV extension? Thanks a lot.The text was updated successfully, but these errors were encountered: