In designing a RESTful Web Service using HATEOAS, what are the pros and cons of showing a link as
- a complete URL. e.g.
http://server:port/application/customers/1234
- just the path. e.g.
/application/customers/1234
?
In designing a RESTful Web Service using HATEOAS, what are the pros and cons of showing a link as
http://server:port/application/customers/1234
/application/customers/1234
?