Jump to content

Recommended Posts

Posted (edited)

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")

 

Edited by youtuber
Posted

Maybe false, please be more specyfic in your question.

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...