Need to retrieve a webpage similar to this:
https://thereserve1.apx.com/mymodule/rpt/CertificateInfo.asp?ad=Prpt&RIID=218&ftType=PRO
And here is what I used:
myRequest = DirectCast(System.Net.WebRequest.Create(sURL), System.Net.HttpWebRequest)
myResponse = DirectCast(myRequest.GetResponse()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.