Https wrapper / control?

Awakening

Junior Member
Joined
Oct 9, 2012
Messages
117
Reaction score
47
Does anybody have a wrapper / control that can be used with Visual Basic 6 that supports HTTPS?

I have a wrapper control that works well with HTTP, but a lot of websites (i.e. Facebook) are using HTTPS now - which makes it near impossible for me to code around?

Any ideas?

I can use web control, but it just isn't fast enough..

Thanks!
 
Mhm what type of tool would need https access? I have a control for https, just want more info before I share it.
 
Tools attempting to login to websites such as facebook & twitter to perform tasks automatically.
 
Check out WodHttp. Easy to use and support Socks4/5 & HTTP proxies.

I used it for a couple of years when I would still code in VB6.
 
Cosigning wodhttp it's the best SSL solution on VB6. WebBrowsers are too resource heavy and lack good proxy/multisocket support
 
Back
Top