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.SetRequestHeader("Accept", "*/*")
$oHTTP.SetRequestHeader("Accept-Language", "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3")
$oHTTP.SetRequestHeader("Accept-Encoding", "gzip, deflate, br")
$oHTTP.SetRequestHeader("Content-Type", "aplication/x-www-form-urlencoded; charset=UTF-8")
$oHTTP.SetRequestHeader("X-Requested-With", "XMLHttpRequest")
$oHTTP.SetRequestHeader("Referer", $referrer)
$oHTTP.SetRequestHeader("Content-Length", "75")
$oHTTP.SetRequestHeader("Connection", "keep-alive")