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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -