[Webkit-unassigned] [Bug 16947] [GTK] Missing HTTP Auth challenge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 04:50:34 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16947





------- Comment #1 from lethalman88 at gmail.com  2008-01-21 04:50 PDT -------
I researched a bit trough the win and mac port but i'm not able to realize how
they work.
This is what i do:
- Check for 401 response
- Call
ResourceHandle::client()->didReceiveAuthenticationChallenge(AuthenticationChallenge())
- FrameLoaderClient::dispatchReceiveAuthenticationChallenge gets called
- A dialog is opened for username and password input

Once this is done i'm stuck. Now i've to do a new request for opening the page
again with the given credentials but how do i specify credentials to the
ResourceHandle? Or maybe this is a bad approach? I'm not able to realize how
other ports do it, they somehow reach to specify credentials to their
ResourceHandle and also whether to continue loading without credentials.
Any hints?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list