Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3852788
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:22:10+00:00 2026-05-19T17:22:10+00:00

I’m reading RESTful Web Services Cookbook and there is a complete chapter about the

  • 0

I’m reading RESTful Web Services Cookbook and there is a complete chapter about the identification of resources. The author emphasizes the importance of the identification process. Why is it so important?

EDIT: “REST APIs must be hypertext-driven” by Roy Fielding is quite interesting. I must confess that I don’t fully understand what Roy Fielding is actually talking about – due to my ignorance of course – but it seems to be relevant to my questions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:22:11+00:00Added an answer on May 19, 2026 at 5:22 pm

    Fielding doesn’t have much to say on selecting identifiers.

    5.1.5 Uniform Interface

    The central feature that distinguishes the REST architectural style from other network-based styles is its emphasis on a uniform interface between components. […] REST is defined by four interface constraints: identification of resources [emph. added]; manipulation of resources through representations; self-descriptive messages; and, hypermedia as the engine of application state.

    5.2.1.1 Resources and Resource Identifiers

    REST uses a resource identifier to identify the particular resource involved in an interaction between components. […] The naming authority that assigned the resource identifier, making it possible to reference the resource, is responsible for maintaining the semantic validity of the mapping over time (i.e., ensuring that the membership function does not change).

    Traditional hypertext systems, which typically operate in a closed or local environment, use unique node or document identifiers that change every time the information changes, relying on link servers to maintain references separately from the content. Since centralized link servers are an anathema to the immense scale and multi-organizational domain requirements of the Web, REST relies instead on the author choosing a resource identifier that best fits the nature of the concept being identified. Naturally, the quality of an identifier is often proportional to the amount of money spent to retain its validity, which leads to broken links as ephemeral (or poorly supported) information moves or disappears over time.

    This seems to fit the main point of “Cool URIs Don’t Change“, that while the particular pairing of identifier and resource might change, the identifier itself should always exist once created. Fielding’s other point regarding identifiers is that they should present a uniform interface. HTTP URLs achieve this in part with their hierarchical nature (at least, they’re supposed to be hierarchical). However, URIs in general don’t have to be hierarchical.

    A uniform interface and hierarchical identifiers can simplify one of the primary server functions: mapping identifiers to resources. At it simplest, representations are stored in the same hierarchy as identifiers when the mapping performed is to prepend the document root to the request URI, though web services rarely use the simple mapping.

    The book you’re reading suggests its own reason for devoting a chapter to picking identifiers:

    Of all the aspects of designing a RESTful web service, such as identification of resources, choice of media types and formats, and application of the uniform interface, resource identification is the most flexible part.

    With more choices comes more work. If identifiers were rigid, offering few choices, you’d have less to think about. Furthermore, since URIs are so visible and you’re going to have to live with your choices for a long time, you’d better put some thought into them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
Seemingly simple, but I cannot find anything relevant on the web. What is the
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I am trying to understand how to use SyndicationItem to display feed which is
Does anyone know how can I replace this 2 symbol below from the string
this is what i have right now Drawing an RSS feed into the php,
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.