Hello guys i just want to know a method to use proxys in _IE with autoit.. I tryed this:
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET", "http://www.cualesmiip.com/", False)
$oHttp.SetProxy(2,"61.58.82.26:8088")
$oHTTP.Send()
$oReceived = $oHTTP.ResponseText
$oStatusCode = $oHTTP.Status
If $oStatusCode == 200 then
EndIf
And it works, But i want to add that to _IE.. Is there a way ? i got various proxys and i want to use like a txt file to load proxys then load the webp