Skip to search.
rest-discuss · REST Discussion Mailing List

Group Information

  • Members: 1401
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 9891 - 9920 of 18829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9891 pkeane
pkeane_littl... Offline Send Email
Dec 1, 2007
4:27 pm
It seems to me like cookies are are regarded as something to be avoided (and undoubtedly they are usually misused), but aren't there RESTful uses of cookies...
9892 Elliotte Rusty Harold
elharo@... Send Email
Dec 1, 2007
9:20 pm
... You're breaking REST then. One fundamental principle is that the URI identifies the resource, nothing else. Addressing and authentication are two separate...
9893 pkeane
pkeane_littl... Offline Send Email
Dec 1, 2007
11:30 pm
... Actually, the URI DOES identify the resource and nothing else. It's the cookie (to be used only in the XHR 'personalizing" request) that handles identity...
9894 Elliotte Rusty Harold
elharo@... Send Email
Dec 2, 2007
12:56 am
... There's a fuzzy issue here of just what exactly constitutes a resource. There's a line beyond which sufficient client personalization has created a new...
9895 Karen
karencravens Offline Send Email
Dec 2, 2007
12:58 am
... I think the potential for abuse has in some cases triggered a knee-jerk "All cookies are evil!" reaction, but yeah. As long as they don't replace things...
9896 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
3:50 am
... But I'd suggest that it's a resource that the server need not know anything about. For one thing, it won't be of any use to anyone but this particular...
9897 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
3:34 pm
... I suspect that we will see more and more pages that are "composed" of various services accessed by a page asynchronously (usually w/ XHR) and although my ...
9898 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
6:56 pm
... Agreed to the extent that the client needs to manage those compound objects (i.e. new resources), but needing to assign them a URI, I'm not convinced. I...
9899 mike amundsen
mamund Offline Send Email
Dec 2, 2007
8:53 pm
if this is about how to determine the currently authenticated user while still staying close the REST constraints, it seems trivial to create a resource that...
9900 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
9:09 pm
... This presuposes that the request to /user/current/ will run into a "hark-who-goes-there" WWW-Authenticate response, right? And that the browser's Auth...
9901 Karen
karencravens Offline Send Email
Dec 2, 2007
9:14 pm
... However, now you've created a system where users cannot pass a bookmark to someone else. JoAnn.com, a pretty major player in the sewing/craft industry,...
9902 mike amundsen
mamund Offline Send Email
Dec 2, 2007
9:22 pm
two things: peter: i was thinking that the /user/current/ request would *not* return a 401. this could be a public resource that returns the auth'ed user *or*...
9903 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
9:23 pm
... But in the scenario described, the original URL still works after being passed to someone else. This new user simply sees a non-personalized site and will...
9904 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
9:37 pm
... Oh yes, of course -- my mistake. The server has access to the currently logged in user (in php by way of the $_SERVER['PHP_AUTH_USER']). I had forgotten...
9905 Karen
karencravens Offline Send Email
Dec 2, 2007
9:46 pm
... Not the bits that are things like /users/{userid}/preferences, though. ... Right. I guess the problem really lies in the general pages with ...
9906 mike amundsen
mamund Offline Send Email
Dec 2, 2007
9:57 pm
On 12/2/07, Karen <karen.cravens@...> wrote: <snip> I have been known to manually ... </snip> LOL! <snip> Say you're displaying a thread. If it's a...
9907 pkeane
pkeane_littl... Offline Send Email
Dec 2, 2007
10:18 pm
... There's a thread going now ("are cookies EVER restful") that seems to be settling on HTTP auth as a good alternative to cookies for remembering the logged...
9908 Berend de Boer
berenddeboer Offline Send Email
Dec 2, 2007
10:56 pm
... pkeane> There's a thread going now ("are cookies EVER restful") that pkeane> seems to be settling on HTTP auth as a good alternative to pkeane> cookies for...
9909 Karen
karencravens Offline Send Email
Dec 2, 2007
11:23 pm
... That's the solution I've leaned toward, other than the issue of dumb clients (e.g. browsers without JavaScript). ... Like a newsreader's newsrc file, you...
9910 mike amundsen
mamund Offline Send Email
Dec 3, 2007
12:27 am
karen: without thinking through all the details it seems that, if you want to support 'dumb' (read:non-scripted) clients, you are bound to build all the state...
9911 A. Pagaltzis
a22pag Offline Send Email
Dec 3, 2007
9:22 pm
... Not to me. Without control of the clients, I would never mandate Javascript for a function as vital as logging out. Regards, -- Aristotle Pagaltzis //...
9912 pkeane
pkeane_littl... Offline Send Email
Dec 3, 2007
11:15 pm
... I was thinking more along the lines of http auth as as better option than cookies as a way to "remember" the user across requests w/o embedding a user-id...
9913 Berend de Boer
berenddeboer Offline Send Email
Dec 3, 2007
11:29 pm
... pkeane> I was thinking more along the lines of http auth as as pkeane> better option than cookies as a way to "remember" the user pkeane> across requests...
9914 Karen
karencravens Offline Send Email
Dec 4, 2007
1:46 am
... I guess I'm going to break RESTfulness in that case, because I'm not seeing a benefit to uniqueness at that point, and I *am* seeing drawbacks (inability...
9915 Miles Crawford
foomonga Offline Send Email
Dec 5, 2007
12:52 am
Hello, I was hoping to use XHTML as a representation format for all the great reasons I read about in Richardson and Ruby's book, but I have a question: Lots...
9916 Lucas Gonze
lucas_gonze Offline Send Email
Dec 5, 2007
4:12 am
As a point of RESTful design, you should try to avoid formats which aren't internet standards. If that's not feasible in this case, which is totally possible,...
9917 Kevin Christen
kmc146 Offline Send Email
Dec 5, 2007
2:15 pm
Miles, Most of the XML tools and technologies I've worked with automatically handle escaping and unescaping. For example, if you set the content of a ...
9918 John Kemp
frumiousj Offline Send Email
Dec 5, 2007
3:55 pm
Could you use an HTTP Link: header (http://esw.w3.org/topic/LinkHeader) to get the WADL if you have the URI of the resource? For example: Link: meta.wadl;...
9919 Griffin Caprio
griffinc18 Offline Send Email
Dec 6, 2007
1:33 am
Is that header still valid? I can't seem to find much info about it anywhere. - Griffin...
9920 John Kemp
frumiousj Offline Send Email
Dec 6, 2007
1:39 am
... It seems to be under discussion in the IETF HTTP WG - http://lists.w3.org/Archives/Public/ietf-http-wg/2007OctDec/thread.html#msg46 Regards, - John...
Messages 9891 - 9920 of 18829   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help