-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: cordova-mobile-spec, cordova-plugin-file-transfer (DEPRECATED)
-
Labels:None
The basic auth filetransfer tests are incomplete.
While they do check the username and password validity, the server does not send the header with the 401 status code:
WWW-Authenticate: Basic realm="insert realm"
The server script is here on the cordova-labs/cordova-filetransfer branch:
https://github.com/apache/cordova-labs/blob/cordova-filetransfer/server.js