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 5125 - 5155 of 18829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5125 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 8, 2005
12:41 pm
Hi, I am just getting into this REST thinking, and kicking around theoretical questions and basic puzzlers seems to help tremendously in getting the thinking...
5126 Jon Hanna
hack_poet Offline Send Email
Jul 8, 2005
12:52 pm
... The state of the resources is unchanged....
5127 Jan Algermissen
algermissen1971 Offline Send Email
Jul 8, 2005
12:54 pm
... No, because it is the state of the resource on which you invoke GET that matters. Jan ... ...
5128 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 8, 2005
12:58 pm
... What if my resource is the list of server log entries? I know I am getting into nitpicking here, but this is a mission of learning for me, so nitpicking is...
5129 Jim Ancona
scarhill Offline Send Email
Jul 8, 2005
1:17 pm
... Going back to what RFC 2616 says (in section 9.1.1): "Naturally, it is not possible to ensure that the server does not generate side-effects as a result of...
5130 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 8, 2005
1:28 pm
... Then you could have a RESTfull interface to it. But a server log entry's production would not be part of the RESTfull interface since the log is coming...
5131 Mark Baker
gonga_thrash Offline Send Email
Jul 8, 2005
1:46 pm
The safety of GET is not an interoperability requirement (and therefore not a MUST), since the client still gets their data if the server changes state as a...
5132 Jon Hanna
hack_poet Offline Send Email
Jul 8, 2005
1:51 pm
There is of course a difference between logical and physical models of what a computer is doing......
5133 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 8, 2005
1:58 pm
... This makes sense. Thanks for pointing this out....
5134 Hugh Winkler
hwinkler99 Offline Send Email
Jul 10, 2005
3:55 am
Hi all, When you're passing representations around - let's say you have defined some XML dialects - should you err on the side of defining new MIME types for ...
5135 Jeoff Wilks
jeoffw Offline Send Email
Jul 10, 2005
12:33 pm
In my experience, we had a specific XML-based file type that, when downloaded by the user, needed to be opened in a specific application. Initially we tried...
5136 S. Mike Dierken
mdierken Offline Send Email
Jul 10, 2005
7:05 pm
Hmmm. There have been long and noisy discussion about how user agents should handle content with a specified content-type. Some developers want the client...
5137 Mark Baker
gonga_thrash Offline Send Email
Jul 11, 2005
2:43 pm
... A new media type is the only way to maintain self-descriptive messages. ... Probably a good idea. Better would be "don't do that". 8-) ... The issue is...
5138 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 15, 2005
2:17 pm
Is it a great sin if a server implementation does something like this: GET /test/test.html returns Content-Type: text/html GET /test/test.html?type=xml return...
5139 Jon Hanna
hack_poet Offline Send Email
Jul 15, 2005
2:38 pm
Conceptually, the content doesn't stay the same, even if the message body is byte-to-byte identical. So, no problem here that I can see....
5140 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 15, 2005
2:51 pm
Which of the implementations "feels" better?...
5141 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 15, 2005
3:08 pm
... Neither feel good to me, If a resource is HTML, then you should it's content-type should be HTML. If it's some XML other than XHTML or well-formed HTML...
5142 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 15, 2005
3:09 pm
... HTML is only sometimes XML. If the HTML has one of the W3 DTDs it is likely that it is not XML compliant. Having said that, it is possible to produce...
5143 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 15, 2005
4:06 pm
... I probably should've stated more clearly in my original post: the body of response is indeed XHTML. I am trying to work around a very specific issue, which...
5144 Stupid idiot
iamstupidiot Offline Send Email
Jul 17, 2005
4:05 pm
here's some ideas to share.. In the _ideal_ REST world, a good resource identifier, URL should not contain representation-specified information, "Accept"...
5145 Stupid idiot
iamstupidiot Offline Send Email
Jul 17, 2005
4:15 pm
... It's quite obvious as Jan said, a better alternative would be providing a search form, ex. https://example.com/Customer/searchForm and use to POST plus...
5146 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 17, 2005
6:50 pm
... This is all very good advice. Remember though, that REST is *really* useful for webservices where HTML is not an issue. If you're designing a web...
5147 Justin T. Sampson
justin_t_sam... Offline Send Email
Jul 18, 2005
2:29 am
... Yes, the entire HTTP interaction is encrypted when running over SSL. The URL is still displayed in the browser, though. And of course the entire request...
5149 iamstupidiot Offline Send Email Jul 18, 2005
3:15 pm
Currently, I'm working on a PHP5 framework which implements REST in design. Hopefully, it will provide an easier way to build RESTful web applications. The...
5150 Stupid idiot
iamstupidiot Offline Send Email
Jul 19, 2005
12:40 am
I've noticed these cases are not the correct way to deal with content negotiation after started to read HTTP/1.1 spec in details yesterday. i'm now seeking for...
5151 Dimitri Glazkov
dimitriglazkov Offline Send Email
Jul 19, 2005
1:05 am
... Could you post the details of your research here? I am very interested in this topic, as well. ... The browsers don't, but the XMLHttpRequest allows that...
5152 toydi
iamstupidiot Offline Send Email
Jul 19, 2005
3:07 am
... i'm doing a study on practical REST implementation in current web application. IMHO, it might be a good start to introduce REST to public, by showing...
5153 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 19, 2005
4:19 am
... In what way were the scenarios you outlined incorrect? ... I'd say Accept is the way to do it... but a browser is primarily an HTML rendering tool. I'm not...
5154 toydi
iamstupidiot Offline Send Email
Jul 19, 2005
9:41 am
... I'm still trying to study more details about content negotiation in HTTP/1.1 But as far as i know now, an appropriate way for server to handle Accept tag...
5155 Nic Ferrier
nferrier_tap... Offline Send Email
Jul 19, 2005
10:49 am
... Ah right... I see. Clearly the Accept header applies to any HTTP client. I don't think that makes your examples wrong. ... No. I don't think <a...
Messages 5125 - 5155 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