Skip to content

Commit 8007eda

Browse files
committed
Changed: Target server
1 parent da2c4b8 commit 8007eda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WinHttp_Examples/_WinHttpSimpleSendSSLRequest.au3

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
Opt("MustDeclareVars", 1)
66

7-
; Windows Live ID. JavaScript required to sign in, remember that.
8-
Global $sDomain = "accountservices.passport.net"
9-
Global $sPage = "uiresetpw.srf"
7+
Global $sDomain = "github.com"
8+
Global $sPage = "dragana-r/autoit-winhttp"
109

1110
; Initialize and get session handle
1211
Global $hOpen = _WinHttpOpen()

0 commit comments

Comments
 (0)