We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1eedb commit 2eccfc8Copy full SHA for 2eccfc8
WinHttp_Examples/_WinHttpSimpleFormFill.au3
@@ -19,7 +19,7 @@ $hOpen = _WinHttpOpen()
19
; Get connection handle
20
$hConnect = _WinHttpConnect($hOpen, "wq.apnic.net")
21
; Fill form on this page
22
-$sRead = _WinHttpSimpleFormFill($hConnect, "apnic-bin/whois.pl", Default, "name:searchtext", "4.2.2.2")
+$sRead = _WinHttpSimpleFormFill($hConnect, "apnic-bin/whois.pl", Default, "name:searchtext", "4.2.2.2", "name:object_type", "All")
23
; Close connection handle
24
_WinHttpCloseHandle($hConnect)
25
; Close session handle
0 commit comments