Pulling down text of a web page


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. System.properties.putAll( ["http.proxyHost":"143.61.249.34",
  2. "http.proxyPort":"8889"] )
  3. print "http://www.aboutgroovy.com".toURL().text

Report this snippet


Comments


You need to login to view comments.