Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3829 - 3858 of 10776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3829
... I'd use 400. Neither 403 nor 409 seem relevant. Mark....
Mark Baker
gonga_thrash
Offline Send Email
Aug 1, 2003
7:31 pm
3830
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 1, 2003
8:07 pm
3831
... 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...
David John Powell
djpowell.geo
Offline Send Email
Aug 2, 2003
12:36 am
3832
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,...
Mark Baker
gonga_thrash
Offline Send Email
Aug 2, 2003
4:37 am
3833
... RFC2616 says: "The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications." ...
Julian Reschke
JulianReschke
Offline Send Email
Aug 2, 2003
8:36 am
3834
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...
Walden Mathews
waldenmathews
Offline Send Email
Aug 2, 2003
5:49 pm
3835
Hey Walden, ... b, I'd say, keeping in mind that "successful data processing" can include the determination of some "invalid" information within that data,...
Mark Baker
gonga_thrash
Offline Send Email
Aug 3, 2003
1:08 am
3836
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 3, 2003
2:28 am
3837
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...
Walden Mathews
waldenmathews
Offline Send Email
Aug 3, 2003
3:00 pm
3838
... 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...
David Powell
djpowell.geo
Offline Send Email
Aug 4, 2003
7:15 am
3839
... 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,...
Julian Reschke
JulianReschke
Offline Send Email
Aug 4, 2003
7:32 am
3840
... 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>...
David Powell
djpowell.geo
Offline Send Email
Aug 4, 2003
7:43 pm
3841
... 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 ...
Julian Reschke
JulianReschke
Offline Send Email
Aug 4, 2003
8:42 pm
3842
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...
Alex Jacobson
shop2it
Offline Send Email
Aug 4, 2003
8:53 pm
3843
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 ...
Alex Jacobson
shop2it
Offline Send Email
Aug 4, 2003
8:53 pm
3844
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 5, 2003
12:53 am
3845
... Agreed. If the state was transferred such that it was "processed", then it's a success. One can, I believe, quite reasonably define "processed" to...
Mark Baker
gonga_thrash
Offline Send Email
Aug 5, 2003
4:38 am
3846
... You can't remotely address resources via '#' based local anchors. You'll need to use either '/' or '?' or ';' or something else....
Mike Dierken
mdierken
Offline Send Email
Aug 5, 2003
5:02 am
3847
... 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. ...
Walden Mathews
waldenmathews
Offline Send Email
Aug 5, 2003
11:50 am
3848
... 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...
Mark Baker
gonga_thrash
Offline Send Email
Aug 5, 2003
1:05 pm
3849
If 415 means only that the server doesn't like the content-type header, its a pretty worthless status code. Following ward cunningham's FIT model for...
Alex Jacobson
shop2it
Offline Send Email
Aug 5, 2003
4:39 pm
3850
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...
Alex Jacobson
shop2it
Offline Send Email
Aug 5, 2003
4:39 pm
3851
... Have you looked at the AtomAPI[1][2], which is part of this effort[3]? [1] http://bitworking.org/news/AtomAPI_URIs [2]...
Joe Gregorio
JCGregorio
Offline Send Email
Aug 5, 2003
5:16 pm
3852
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 5, 2003
5:42 pm
3853
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...
S. Alexander Jacobson
shop2it
Offline Send Email
Aug 5, 2003
5:46 pm
3854
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 5, 2003
7:47 pm
3855
... 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...
S. Alexander Jacobson
shop2it
Offline Send Email
Aug 5, 2003
9:14 pm
3856
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...
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 6, 2003
12:26 am
3857
... 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...
Mike Dierken
mdierken
Offline Send Email
Aug 6, 2003
5:36 am
3858
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...
Yannick Loiseau
pioupiougroups
Offline Send Email
Aug 6, 2003
7:07 am
Messages 3829 - 3858 of 10776   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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