I have to download HTML code of the external site page and output received data.
I wanna use it like (in my controller):
def download() {
// get and output page code
}
but i have bo idea how to do that.
I have to download HTML code of the external site page and output received data.
I wanna use it like (in my controller):
def download() {
// get and output page code
}
but i have bo idea how to do that.