Quote:
Originally Posted by elandirayan what will be the use of :// |
The notation separates the resource type, HTTP in your example, from the path to the resource, www.abc.com in your example, in
Uniform Resource Locator syntax. The example you used has an implied
/filename at the end of it like so: http://www.abc.com/filename. The default filename used by HTTP servers depends on the specific server software used as well as the configuration of the server.