[Bug 26586] xmlhttprequest basic authentication don't work

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 28 09:12:17 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26586

--- Comment #7 from ocean04 at suomi24.fi 2011-07-28 09:12:17 CDT ---
About that second solution.

Simply if there is user & password given ->

xmlhttp.setrequestheader('Authorization', 'Basic
'+base64encode(edit2.text+':'+edit3.text));

Should be easy, if there is already base64 function in wine?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list