Hello, my codes is it true right?
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oMyError = ObjEvent("AutoIt.Error", "httperror")
$oHTTP.Open("POST", $address, False)
$oHTTP.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0")
$oHTTP.SetR...