Search the Community
Showing results for tags 'winhttp.au3'.
-
Hi, sometimes when I run my script in GUI (SciTe Editor) or as an executable file, the chrome driver launches but the chrome browser does not but when I re-run the script again - chrome driver launches and so does the browser. Here is the error that I'm getting: __WD_Post: StatusCode=0; Response...
-
Hi again, this is my last option to retrieve file from server via web. ; Initialize and get session handle $hOpen = _WinHttpOpen() _writeLog("return $hOpen:" &$hOpen) ; Get connection handle $hConnect = _WinHttpConnect($hOpen, $url, $INTERNET_DEFAULT_HTTPS_PORT) _writeLog("return...
- 1 reply
-
- winhttp.au3
- _winhttpsimpleformfill
-
(and 1 more)
Tagged with:
-
I'm trying to download a file from our server at work which requires a login. InetGet is not working so I was looking round for another method. I came across winhttp.au3 but it seems like this is not shipped with the Autoit ZIP I have. (v3.3.14) Anyone have any ideas of where to get it,...
-
Good Morning AutoIT Geniuses! Now, it could be that I've been away for a while - but I can get source from just about any website except adobe using InetGetSource. I have no idea why... error: 13 https://helpx.adobe.com/security.html https://helpx.adobe.com/security.html?promoi...
- 7 replies
-
- _inetgetsource
- winhttp.au3
-
(and 1 more)
Tagged with:
-
Hello, It is the second time I am running to this problem again. First time I used simple form fill function from winhttp.au3. And I added a sleep between logins to make it work but this solution sucks. So I am wondering again, is there an other solution to perform a log in on website other than...
-
Hello, I am trying to make an auto log in script that will log in on our server with all the accounts read from the database(arround 20 accounts). The reason for this is everyone to recive update e-mail. We recive update e-mail everytime time we log in so that is the reason that i am creating t...