From bfc956fc88939da0788d377bea81bd5832e81767 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 21 Feb 2020 22:13:49 +0100 Subject: [PATCH] Set content type for propfind request Without the request is sent as application/x-www-form-urlencoded; charset=UTF-8 and might be blocked by some application firewalls because content and content type do not match. Signed-off-by: Daniel Kesselberg --- core/js/setupchecks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index f9829954f1..1e50644aa2 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -40,6 +40,7 @@ '' + '' + '', + contentType: 'application/xml; charset=utf-8', complete: afterCall, allowAuthErrors: true });