Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8042] MobileWeb: WebView: setBasicAuthentication is failing

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2012-03-19T17:44:26.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsqe-mw020912
ReporterNatalie Huynh
AssigneeBryan Hughes
Created2012-03-15T13:46:44.000+0000
Updated2014-01-28T23:57:34.000+0000

Description

Steps To Reproduce: 1. Run module Network test 4314 Actual: TypeError: 'undefined' is not a function (evaluating 'webView.setBasicAuthentication('user','pass')') Expected: Should load test

Attachments

FileDateSize
Network.zip2012-03-15T13:46:44.000+00002329781

Comments

  1. Bryan Hughes 2012-03-19

    Mobile Web does not support the setBasicAuthentication method. It's not a bad thing either, because if we did support it, then the username and password could be easily stolen. As it stands, if a user visits a website requiring basic auth, the browser will pop up a username/password dialog.

JSON Source