eclipse - How to send variable to url, get input, then print results java -
i trying send variable (ip address) in java website (whois.com) , have variable entered websites search bar print out results in program.
you need study website, @ form find out request (post, get, fields, etc.) expects, send request , parse result. in other words, have simulate being browser. not should do.
https://www.whoisxmlapi.com/ offers real api, perhaps that's you.
Comments
Post a Comment