I am developing Embedded WebBrowser and I wanted to implement Socks proxy. Since, windows IE does not support Socks5, I thought of implementing Socks4 proxy with authentication. But now I am facing the problem of sending the authentication data to the server from WebBrowser Control.
Is there anyway I can send username/password from WebBrowser Control. I tried to look in MSDN library but did not found any function or API. There is page for HTTP Authentication in which proxy authentication has been mentioned. I tried to implement it but failed.
Has anyone has implemented this approach?Any hint or idea will be really helpful.