Code: Select all
put URL("[HTTPS URL Here]") into tResultThanks,
HedgeHao
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
put URL("[HTTPS URL Here]") into tResult
Code: Select all
   libURLSetSSLVerification false
    put URL("[HTTPS URL Here]") into tResult
