Hello,
I've noticed that after calling a simple POST the GUI freeze for a few seconds, any way I can avoid that? Sometimes crash too, but it's very rare.
Regards,
I've noticed that after calling a simple POST the GUI freeze for a few seconds, any way I can avoid that? Sometimes crash too, but it's very rare.
[ autoit ]
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1") $oHTTP.Open("POST", "http://url.com", False) $oHTTP.Send($params)
Regards,