Uniform Resource Identifier (URI) Not just a fancy name for a URL.

There are also Uniform Resource Names (URNs): unique names for things. Here are some examples.

URLs specify a location where the resource can be found and accessed.
URNs often include a URL in the metadata for the URN.
Then the URL can change, but the URN will always be correct.
REST uses URIs to pass information back and forth between the client and server.
The server will create URIs to convey new information.



©2012 Charles Petrie - permission to reproduce widely with attribution.