Sven Seyfert

Results 4 comments of Sven Seyfert

Hi @mlipok , since you use the same code block ... ``` autoit If @error Then Local $oHTTP = ObjCreate("WinHttp.WinHttpRequest.5.1") $oHTTP.Open("GET", $sURL, False) $oHTTP.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64;...

No pressure @mlipok , thanks for your stable contribution actions on this project 👌 .

Cool, thanks @mlipok . I try to test it in the next day(s). Because I believe, the `@error` marcro could be a problem - but it's only a wild guess...

> Is there functionality from WinHttp.au3 that could be used here instead of WinHttp.WinHttpRequest.5.1? This is actually a really good question @Danp2. Interesting.