I am trying to submit the form found here: http://www.purewhois.com/index.php
Using the following command:
curl --data "queryInput=microsoft.com@hidden=default&submit=search" \
http://www.purewhois.com/index.php
It doesn’t seem to be working correctly. I even tried the -F switch. Can anyone suggest a fix?
This works?