Turns out that everyone who even bothers using it, uses requesturl(), here's some advice, it only allows IPs, so don't. requesthttp() will work just as good

.
for example, to access Google:
requesthttp("www.google.com",80,0);
I have reason to believe the 3rd argument is used to pass what the browser should immitate, such as IE, Firefox, so on. Not quite sure, but passing different arguments will cause different things

.