I try to download some file with winhttp.au3
I use code from here:
My code looks like:
#include <FileConstants.au3>
#include "WinHttp.au3"
#AutoIt3Wrapper_Run_AU3Check=N
_Example()
Func _Example()
; Initialize and get session handle
Local $hOpen = _WinHttpOpen()
; Get connection handle
Local $hConnect = _WinHttpConnect($hOpen, "https://MY_URL")
Local $CurrentOption = _WinHttpQueryOption($hConnect, $WINH