And, for more information, No, Clevo, HTTP:// is also valid for connecting to a server. You normally do not see a port number because the default port for HTTP is 80, and thus
Code:
http://www.google.com
translates to
Code:
http://www.google.com:80
- that port is assumed.
However, if you need to bypass firewalls, or if that administrator has setup the web server to serve pages on a different port, then you need to specify the port number, as luckypolo has to.