Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rest-discuss · The REST Architectural Style List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1889
  • 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

Advanced
Messages Help
Messages 3829 - 3858 of 19451   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
3858 Yannick Loiseau
pioupiougroups Send Email
Aug 6, 2003
7:07 am
As I understand it, MoST is a data driven standardised interface. Stuck to xml. But I've allway understood ReST in this way. if you get a uri, you receive a...
3857 Mike Dierken
mdierken Send Email
Aug 6, 2003
5:36 am
... The URI addressability of node-ids is what you need to standardize - the mapping between local data (an element in an XML document) and remote resources (a...
3856 Seairth Jacobs
seairthjacobs Send Email
Aug 6, 2003
12:26 am
From: "S. Alexander Jacobson" <alex@...> ... <deleted> Okay. I really must not be grasping what you are saying about REST vs MoST. It seems to me that MoST...
3855 S. Alexander Jacobson
shop2it Send Email
Aug 5, 2003
9:14 pm
... I am saying that if YOU know the schema of the resource that should be all you need to have have a client interacts with it using HTTP. You shouldn't need...
3854 Seairth Jacobs
seairthjacobs Send Email
Aug 5, 2003
7:47 pm
From: "S. Alexander Jacobson" <alex@...> ... So you are saying that I should be able to have an uber-client that would know how to act with *any* resource...
3853 S. Alexander Jacobson
shop2it Send Email
Aug 5, 2003
5:46 pm
Yes, the echo/atom API work is in fact what started me thinking about MoST. My point is that we should not need an Atom API and a RSS API and a Wiki API and a...
3852 Seairth Jacobs
seairthjacobs Send Email
Aug 5, 2003
5:42 pm
From: "Alex Jacobson" <alex@...> ... its ... I disagree. For instance, if a resource is an JPG image and someone attempts to PUT a PNG image, without even...
3851 Joe Gregorio
JCGregorio Send Email
Aug 5, 2003
5:16 pm
... Have you looked at the AtomAPI[1][2], which is part of this effort[3]? [1] http://bitworking.org/news/AtomAPI_URIs [2]...
3850 Alex Jacobson
shop2it Send Email
Aug 5, 2003
4:39 pm
Ok. I was making a semantic/architectural point but your point about '#' is completely valid. Any reason not to replace '#' with ';'? More to the point, any...
3849 Alex Jacobson
shop2it Send Email
Aug 5, 2003
4:39 pm
If 415 means only that the server doesn't like the content-type header, its a pretty worthless status code. Following ward cunningham&#39;s FIT model for...
3848 Mark Baker
gonga_thrash Send Email
Aug 5, 2003
1:05 pm
... Even in the latter case, I'd say it's just fine. If your application only consumes well formed XML on POST, then you *may* want to use 400, but 200 would...
3847 Walden Mathews
waldenmathews Send Email
Aug 5, 2003
11:50 am
... Sure, in that case your resource is just an XML parser, not an application that consumes well-formed and perhaps valid XML. ... the ... is ... happened. ...
3846 Mike Dierken
mdierken Send Email
Aug 5, 2003
5:02 am
... You can't remotely address resources via '#' based local anchors. You'll need to use either '/' or '?' or ';' or something else....
3845 Mark Baker
gonga_thrash Send Email
Aug 5, 2003
4:38 am
... Agreed. If the state was transferred such that it was "processed&quot;, then it's a success. One can, I believe, quite reasonably define "processed&quot; to...
3844 Seairth Jacobs
seairthjacobs Send Email
Aug 5, 2003
12:53 am
Okay... now we are up to: 400 or 403 or 409 or 415 (or sometimes 200) I am unsure about using 415, though. If someone POSTs/PUTs an "text/xml"; request entity...
3843 Alex Jacobson
shop2it Send Email
Aug 4, 2003
8:53 pm
Seairth, I just took a look at your blog and your comments on Jot/ReSTful blog architecture and at RNA <http://www.seairth.com/blog/industry/49> and ...
3842 Alex Jacobson
shop2it Send Email
Aug 4, 2003
8:53 pm
Why isn't the correct response 415 (Unsupported Media Type)? Your application requires that the POST conform to a particular schema and that schema has been...
3841 Julian Reschke
JulianReschke Send Email
Aug 4, 2003
8:42 pm
... It seems that this is just a shortcoming in HTTP. 4xx is for client errors. We are definitvely talking about a client error. In the absence of a more ...
3840 David Powell
djpowell.geo Send Email
Aug 4, 2003
7:43 pm
... JR> So you think this is wrong because WebDAV added a new status code? I can't JR> agree -- the whole point of WebDAV is to *extend* HTTP/1.1 (with new JR>...
3839 Julian Reschke
JulianReschke Send Email
Aug 4, 2003
7:32 am
... So you think this is wrong because WebDAV added a new status code? I can't agree -- the whole point of WebDAV is to *extend* HTTP/1.1 (with new methods,...
3838 David Powell
djpowell.geo Send Email
Aug 4, 2003
7:15 am
... I just don't think that it is a WebDAV specific problem, so I would expect WebDAV to use whatever status would be appropriate for any other HTTP...
3837 Walden Mathews
waldenmathews Send Email
Aug 3, 2003
3:00 pm
Mark, ... Well, in my *inexperience* that looks like a loss of visibility. I understand syntax error to be a condition that aborts meaningful processing, and...
3836 Seairth Jacobs
seairthjacobs Send Email
Aug 3, 2003
2:28 am
So far, all I am seeing is that just about everyone has a different take on whether to use 400, 403, or 409 (and maybe even 200 for POSTs). I realize that...
3835 Mark Baker
gonga_thrash Send Email
Aug 3, 2003
1:08 am
Hey Walden, ... b, I'd say, keeping in mind that "successful data processing" can include the determination of some "invalid" information within that data,...
3834 Walden Mathews
waldenmathews Send Email
Aug 2, 2003
5:49 pm
Mark, What would you be telling intermediaries if you used 200 to reply to a POST of some malformed content: a. that something was successfully appended or...
3833 Julian Reschke
JulianReschke Send Email
Aug 2, 2003
8:36 am
... RFC2616 says: "The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications." ...
3832 Mark Baker
gonga_thrash Send Email
Aug 2, 2003
4:37 am
Ah, Seairth was asking *that* question. I didn't realize. We should add this to the FAQ, as we've had this twice before I think. Sometimes it's 400,...
3831 David John Powell
djpowell.geo Send Email
Aug 2, 2003
12:36 am
... a ... talks ... it ... Well all 4xx codes indicate a problem with the request. Have you got a specific example? Do you mean something like missing required...
3830 Seairth Jacobs
seairthjacobs Send Email
Aug 1, 2003
8:07 pm
That's what I thought, except when I was working on Jot (my RESTful blog system) someone (forgot who) said that 400 indicated a problem with HTTP layer itself...
3829 Mark Baker
gonga_thrash Send Email
Aug 1, 2003
7:31 pm
... I'd use 400. Neither 403 nor 409 seem relevant. Mark....
Messages 3829 - 3858 of 19451   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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