Okay my take on this: a URI is anything that ident...
# random
k
Okay my take on this: a URI is anything that identifies some resource, for example
mysite/mypage.html
is a URI but not a URL. A URL additionally says how to get that resource, for example
<http://mysite/mypage.html>
says we have to get this resource using the http protocol.