Project Description:
Very Simple DLL required written in VB6. (source code required)
I need to have a function that accepts a URL and returns the webpage as a string, however, it MUST support https:
IE brings up a certificate to authorise however this DLL must be able to bypass any user interaction and return the page. (I tried to use the Microsoft msinet.ocx but could not get https to work even though http worked ok
eg DLL should expose
PUBLIC FUNCTION GetResponse(url as string) as string
Basically - if you can get this to work against say
https://sms2u.biz/sms2u/secure/sendsms.asp
and return the result - that's all I need -I will do the rest!
Thanks