URL
- URLs (Uniform Resource Locator) represent a resource’s location. URLs are composed from:
- a protocol.
- the name of the resource’s host.
- the path to the place the resource resides on its host.
- URLs can consist of ASCII characters only.
- URLs are written in the form <protocol>://<host>/<path>.
- Consider the resource whose URL is: https://www.mathdatalogic.com/test.
- Its location is “test”.
- It is hosted by “www.mathdatalogic.com”.
- The protocol used to access it is “https”.