We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276fa72 commit 76affbcCopy full SHA for 76affbc
1 file changed
nodejs/sample.js
@@ -1,7 +1,8 @@
1
var https = require('https');
2
var querystring = require('querystring');
3
4
-var url = "https://www.whoisxmlapi.com/whoisserver/WhoisService?";
+var url = "https://www.whoisxmlapi.com/"
5
+ +"whoisserver/WhoisService?";
6
7
var parameters = {
8
domainName: 'google.com',
0 commit comments