Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just to let you know, here you can find proper spec. by w3c defining how all should behave: <a href="http://www.w3.org/TR/cuap#uri" rel="nofollow">http://www.w3.org/TR/cuap#uri</a> - clause 4.1 - see below:</p> <blockquote> <p>When a resource (URI1) has moved, an HTTP redirect can indicate its new location (URI2).</p> <p>If URI1 has a fragment identifier #frag, then the new target that the user agent should be trying to reach would be URI2#frag. If URI2 already has a fragment identifier, then #frag must not be appended and the new target is URI2.</p> <p>Wrong: Most current user agents do implement HTTP redirects but do not append the fragment identifier to the new URI, which generally confuses the user because they end up with the wrong resource.</p> <p>References:</p> <p>HTTP redirects are described in section 10.3 of the HTTP/1.1 specification [RFC2616]. The required behavior is described in detail in "Handling of fragment identifiers in redirected URLs" [RURL]. The term "Persistent Uniform Resource Locator (PURL)" designates a URL (a special case of a URI) that points to another one through an HTTP redirect. For more information, refer to "Persistent Uniform Resource Locators" [PURL]. Example:</p> <p>Suppose that a user requests the resource at <a href="http://www.w3.org/TR/WD-ruby/#changes" rel="nofollow">http://www.w3.org/TR/WD-ruby/#changes</a> and the server redirects the user agent to <a href="http://www.w3.org/TR/ruby/" rel="nofollow">http://www.w3.org/TR/ruby/</a>. Before fetching that latter URI, the browser should append the fragment identifier #changes to it: <a href="http://www.w3.org/TR/ruby/#changes" rel="nofollow">http://www.w3.org/TR/ruby/#changes</a>.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload