Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
Description
It seems FileTransfer for WP8 does not support authorization headers.
options.headers =
{ Authorization: 'Basic ' + loginCreds };
doesn't seem to work, and it works on the other platforms. It's returning a 403 - Forbidden with Error code 3.
Need additional verification, as this could be user error IE. not properly whitelisting server, etc.