You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you very much for the author to provide such a good library.
I need application scenarios as follows:
I want to be with openwebkit as web crawler, crawlering web page.
I use the.net webbrowser realize the function, the use of the IWebProxy objects
and NetworkCredential object to achieve.
But I don't know, in the open-webkit-sharp need how to apply to the user name
password proxy server.
Please check the attachment, is a screenshot.
Thank you very much.
Original issue reported on code.google.com by [email protected] on 23 Jan 2013 at 7:12
This seems to be an authentication dialog. You must pass the username and
passward as headers to the request that is sent to the server within
OpenWebKitSharp's source. Check in frameLoadDelegate events in WebKitBrowser.cs
and modify the request accordingly before sending it. Or you can use directly
the Navigate method with the overload with Headers.
Original issue reported on code.google.com by
[email protected]
on 23 Jan 2013 at 7:12Attachments:
The text was updated successfully, but these errors were encountered: