hi! i'm developing a software that can retrieve the web page and find a certain button and push it to request the server automatically for the user.
To do this, i'm planning to use the WebBrowser control. but the site where i'm trying to get the page, requires me the digest authentication and cookie. could you tell me how to get the WebBrowser control to do the digest authentification. thanks.