Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to a password agent server #164

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments
Open

How to connect to a password agent server #164

GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link



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

Attachments:

@GoogleCodeExporter
Copy link
Author

In chrome on the screen

Original comment by [email protected] on 23 Jan 2013 at 7:15

Attachments:

@GoogleCodeExporter
Copy link
Author

In chrome on the screen

Original comment by [email protected] on 23 Jan 2013 at 7:15

Attachments:

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 23 Jan 2013 at 8:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant