Do browsers change URLs of saved bookmarks in response to 301 redirection?
Posted
by elliot100
on Super User
See other posts from Super User
or by elliot100
Published on 2010-06-11T09:21:32Z
Indexed on
2010/06/11
9:24 UTC
Read the original article
Hit count: 241
HTTP status code 301 is used to indicate that content has moved permanently, and that the returned URL should be used to access the requested content in future.
RFC 2616 says
Clients with link editing capabilities ought to automatically re-link references to the request-URI to one or more of the new references returned by the server, where possible.
Do any browsers actually implement this and change a bookmark's URL?
© Super User or respective owner