How to retrieve a remote HTML page via URL

Complete newbie to Web apps here. Be gentle.

How can my web app retrieve a remote HTML page from a given URL? On a desktop app I would use HTMLSocket.Get(), but that doesn’t seem to be available for web apps.

It absolutely is there. Use the same exact technique.

Ooops. Silly me. I was trying to use HTMLSocket instead of HTTPSocket.