Re: Bookmark 'stability'
Andrei Neculau <[email protected]>
| Newsgroups | gmane.comp.web.services.rest |
|---|---|
| Message-ID | <CAOGnN1fN8GDKwTnyKm_EXgHFzZheOGetZOoWr2aLhgRJuMjNpQ@mail.gmail.com> |
On Sat, Sep 22, 2012 at 10:46 AM, Jan Algermissen < [email protected]> wrote: > Because I was wondering, whether a server had a chance to know what URIs a > client considers bookmarkable (because it's up to the client to make that > decision). > > Mark's reply was spot on: look at access.log > It seems like you made up your mind, so I can only wish you luck with maintaining your API URIs and I'll move on. But just so I understand, you will look at your access.log and see 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)" 127.0.0.1 - frank [10/Oct/2000:13:55:37 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "" "Mozilla/4.08 [en] (Win98; I ;Nav)" (one with a referrer and one without, assuming that the referrer will make the split between non- and bookmarked URIs, or is there another way?) and you will tell yourself "ok, I need to maintain /apache_pb.gif forever"? Thanks