Failed to load
https://cloud.domain.com/remote.php/webdav/path/to/my/file/file.7z: Response for preflight has invalid HTTP status code 401.
Here are more client side details:Response
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="
http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
<s:message>
No 'Authorization: Basic' header found. Either the client didn't send one,
or the server is misconfigured</s:message>
</d:error>
General
Request URL:
https://cloud.domain.com/remote.php/webdav/path/to/my/file/file.7z
z
Request Method: OPTIONS
Status Code: 401 Unauthorized
Remote Address:
192.168.253.37:443Referrer Policy: no-referrer-when-downgrade
Response header
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: x-requested-with, content-type, origin, authorization, accept, client-security-token, basic, origin
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
Access-Control-Allow-Origin:
https://examvple.callingdomain.comRequest header
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: it-IT,it;q=0.9,en-US;q=0.8,en;q=0.7
Access-Control-Request-Headers: authorization,content-type
Access-Control-Request-Method: GET
Connection: keep-alive
Host:
cloud.domain.comOrigin:
https://examvple.callingdomain.comUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Any suggestion is wellcome.
Thank you.