Hello,
I have a problem with winhttp.au3. I send my code:
It works but $hProgramme contains the half of page... How can I get the full page?
Best regards.
I have a problem with winhttp.au3. I send my code:
$hOpen = _WinHttpOpen() $hConnect = _WinHttpConnect($hOpen, $URL) $hRequest = _WinHttpSimpleSendRequest ($hConnect,default,$ADDURL) $hProgramme = _WinHttpReadData($hRequest)
It works but $hProgramme contains the half of page... How can I get the full page?
Best regards.