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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5566 - 5595 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5566
... AFAIK, you can use JSON in a Rest-style service, since Rest only defines the architecture (i.e. communication, "invocation") of the service. The resource...
Yannick Loiseau
pioupiougroups
Offline Send Email
Dec 1, 2005
9:42 am
5567
... the ... This is an excellent question, and has also been a question on my mind of late. My thinking is this: The sole purpose of a URL is to "identify" a ...
Costello, Roger L.
costello@...
Send Email
Dec 1, 2005
3:42 pm
5568
After a good nights rest :) I have a slightly better thought set - no query strings. A query string seems to be a way to normalize a response, meaning: to take...
Christian Jensen
cjensen2k
Offline Send Email
Dec 1, 2005
6:23 pm
5569
There's been a lot of discussion on this point & my opinion is that the full URI is inclusive of the query terms. The query terms are actually part of ...
Mike Dierken
mdierken
Offline Send Email
Dec 2, 2005
6:18 am
5570
Hi Roger and Christian, ... A query URL (ie. a URL that contains a query path) is useful in a web service for the same reason it is useful in HTML; It allows...
Donald_Strong@...
illyrian_au
Offline Send Email
Dec 2, 2005
6:44 am
5571
First off - just for kicks I clicked the URL :) pretty funny. REST performed by JSON, HTTP Authentication tied to PHP - that is my target. JSON is clean and...
Christian Jensen
cjensen2k
Offline Send Email
Dec 2, 2005
8:39 am
5572
... Comma is also legal, by the way: .../90.0,12.0 ... It occurs to me that the path part works particularly well for anything that's worth naming...
Justin T. Sampson
justin_t_sam...
Offline Send Email
Dec 2, 2005
8:44 am
5573
Hi folks, I'm new to REST. It sounds intriguing, but I don't see a lot of examples out there. I'm wondering how best to handle sessions. For example, a user...
Lyle Kopnicky
qtseep
Offline Send Email
Dec 6, 2005
9:43 pm
5574
Hi Lyle, I think the best way to start digging yourself through this (and related issues) is a bit of initial reading to get you started. Start here: ...
Jan Algermissen
algermissen1971
Offline Send Email
Dec 6, 2005
10:01 pm
5575
REST does not use Session IDs - period. The entire request describes the entire transaction. The mechanism to use instead is HTTP authentication, preferably...
Christian Jensen
cjensen2k
Offline Send Email
Dec 7, 2005
12:05 am
5576
... What workaround for the ugly browser dialog are you using, Christian? I didn't know a clean solution existed yet. Thanks. - Lucas...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 7, 2005
12:16 am
5577
What server side language are you using? I might be able to provide a language specific example. ... From: rest-discuss@yahoogroups.com...
Christian Jensen
cjensen2k
Offline Send Email
Dec 7, 2005
12:19 am
5578
... PHP is my default. One instant payoff of having a solution is that XSS attacks couldn't grab auth info in cookies....
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 7, 2005
12:21 am
5579
... I'm using Perl on the server side. -- Lyle Kopnicky Software Project Engineer Veicon Technology, Inc....
Lyle Kopnicky
qtseep
Offline Send Email
Dec 7, 2005
12:21 am
5580
I thought I would have more time to write up an example but here is the gist of it: If you go and look at the parameters of the 'open' method of the ...
Christian Jensen
cjensen2k
Offline Send Email
Dec 7, 2005
3:39 am
5581
... Hmm. Does the browser then use those authentication credentials for subsequent requests? ...jsled -- http://asynchronous.org/ - `a=jsled;...
Josh Sled
joshsled
Offline Send Email
Dec 7, 2005
5:10 pm
5582
... So this method would be called from the login page? After the user enters login info and presses the login button? ... Thanks - but how does this...
Lyle Kopnicky
qtseep
Offline Send Email
Dec 7, 2005
6:37 pm
5583
... AFAIK, yes, it does. You can use this to use JavaScript to alter the credentials sent for a given realm....(for whatever reasons one might want that) Jan...
Jan Algermissen
algermissen1971
Offline Send Email
Dec 7, 2005
8:36 pm
5584
Hi Folks, A URI is used to "identify" a resource: A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or...
Costello, Roger L.
costello@...
Send Email
Dec 9, 2005
2:30 pm
5585
I personnally go for the no query string route only for the reason that certain proxies re-request a fresh copy of the data whenever it detects a query string....
Christian Jensen
cjensen2k
Offline Send Email
Dec 9, 2005
5:05 pm
5586
... A URI is a URI, it does not matter if it has query parameters or not. Talking about 'constructing' a URI points out the impetus for query parameters, that...
Joe Gregorio
JCGregorio
Offline Send Email
Dec 9, 2005
6:27 pm
5587
... Some people like query parts in their URIs. Others don't. My personal feelings go towards "whatever works". I lean towards "query parts make for ugly URIs...
Benjamin Carlyle
fuzzybsc
Offline Send Email
Dec 10, 2005
1:17 pm
5588
Hi Benjamin, ... I agree that there isn't a rigorous standard. However, from a ... as a multi-dimensional query. I would argue that "current best practice"...
Dr. Ernie Prabhakar
sandhyaprabh...
Offline Send Email
Dec 12, 2005
10:19 pm
5589
In the following section: http://www.gbiv.com/protocols/uri/rfc/rfc3986.html#hierarchical the URI specification indicates that "The URI syntax is organized ...
Jerome Louvel
jerome_louvel
Offline Send Email
Dec 13, 2005
2:02 pm
5590
Costello, Roger L. wrote: [snip] ... [snip] ... [snip] ... Whichever proves most convenient. If all similar resources that are also being encoded fit into the...
Jon Hanna
hack_poet
Offline Send Email
Dec 13, 2005
7:20 pm
5591
Hi Mark, ...something becoming smaller and simpler when revised is usually a good indicator for quality... :o) Couple of questions: Why did you replace...
Jan Algermissen
algermissen1971
Offline Send Email
Dec 15, 2005
9:48 am
5592
... indexedBy is still used for Indexables, but parameterizedWith (urgh, needs a better name) is reserved for The problem was that there was a closed world...
Mark Baker
gonga_thrash
Online Now Send Email
Dec 15, 2005
2:57 pm
5593
... Sure...sorry, it was late yesterday and it seems I mixed the container and indexable examples. One thing: indexParam now sounds a bit awkward since...
Jan Algermissen
algermissen1971
Offline Send Email
Dec 15, 2005
3:53 pm
5594
Mark, sorry, it appears I was unclear about the issue I have (not only concerning RDFForms, but the component interaction in general). See below. ... Ok, yes....
Jan Algermissen
algermissen1971
Offline Send Email
Dec 15, 2005
7:35 pm
5595
... Yep! I still *think* it's a useful feature to have, but until a large chunk of the Web goes asynch (ala ARRESTED and its derivative styles), it's not worth...
Mark Baker
gonga_thrash
Online Now Send Email
Dec 15, 2005
7:56 pm
Messages 5566 - 5595 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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