Merge pull request #19578 from nextcloud/fix/12685/overwrite-content-type
Set content type for propfind request
This commit is contained in:
commit
982df168c7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
'<d:propfind xmlns:d="DAV:">' +
|
||||
'<d:prop><d:resourcetype/></d:prop>' +
|
||||
'</d:propfind>',
|
||||
contentType: 'application/xml; charset=utf-8',
|
||||
complete: afterCall,
|
||||
allowAuthErrors: true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue