how use "httpget" to download "https://betting.macaudog.com/include/leftdown1.asp" ?
as: lcHTML=oHTTP.HTTPGet("https://betting.macaudog.com/include/leftdown1.asp") --> it cannot dl...
I use wget.exe , it work OK:
wget.exe https://betting.macaudog.com/include/leftdown1.asp --no-check-certificate
thank you very much!