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 6295 - 6324 of 14021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6295
... Cool! I'll have to remember this. One minor point. You write "The HTTP spec doesn't say we're allowed to have URLs with usernames and passwords in them so...
Elliotte Harold
elharo@...
Send Email
Jun 1, 2006
12:53 pm
6296
... Actually it *is* the HTTP spec that is important here - in how it uses the URI spec in defining HTTP URIs (not all items that can be parts of a valid URI...
Jon Hanna
hack_poet
Offline Send Email
Jun 1, 2006
1:18 pm
6297
We’ve known for a long time that cookies are are deeply antithetical to the design of HTTP and the Web (#1). We’ve known they are used to track users and...
Elliotte Harold
elharo@...
Send Email
Jun 2, 2006
11:53 am
6298
... You're absolutely right that Amazon should offer _only_ cookie authentication for this service. But cookie authentication doesn't have to be exclusive. You...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jun 2, 2006
2:01 pm
6299
... Whoops. That should read: You're absolutely right that Amazon should NOT offer _only_ cookie authentication for this service. Nic...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jun 2, 2006
2:38 pm
6300
... Correct. That's my hypothesis. I have no inside info on how Amazon's authentication system is actually implemented. -- Elliotte Rusty Harold...
Elliotte Harold
elharo@...
Send Email
Jun 2, 2006
5:51 pm
6301
Does anybody have a recent example of a high-profile public SOAP interface being announced? I've only heard of REST (or at least semi-RESTful) interfaces being...
Jeffrey Winter
kimberliewinter
Offline Send Email
Jun 6, 2006
9:49 pm
6302
Hi, in a recent blog entry "EAI DSL", Gergor Hohpe mentions that back in 1994 he wrote a little domain specific language to aid screen scraping based...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 8, 2006
3:37 pm
6303
... http://code.google.com/apis/adsense/ -- ...jsled http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`...
Josh Sled
joshsled
Offline Send Email
Jun 8, 2006
5:52 pm
6304
Hmm. This looks (at least to me) vaguely similar to Rails functional ... I wonder if there's an underlying design model one could abstract into a generic DSL...
Dr. Ernie Prabhakar
sandhyaprabh...
Offline Send Email
Jun 8, 2006
6:21 pm
6305
Amazon S3 offers both HTTP & SOAP interfaces, though the latter is basically just the former with angle brackets and service-specific operations. Incredible; ...
Mark Baker
gonga_thrash
Offline Send Email
Jun 8, 2006
6:21 pm
6306
This is interesting, an http service API to a resource model that follows the xml data model. _____ From: ietf-http-wg-request@......
Mike Dierken
mdierken
Offline Send Email
Jun 9, 2006
2:42 am
6307
I'm attempting to create a RESTful web service that will be used by (at first) browser clients (via java script from a web site). The reason I have chosen to...
Stuart Holcombe
stuart_holcombe
Offline Send Email
Jun 9, 2006
9:54 pm
6308
... The protocol doesn't really define how to work outside the protocol. :) As such, there's no "standard" way to make a POST look like a PUT or DELETE. Most...
Josh Sled
joshsled
Offline Send Email
Jun 9, 2006
10:14 pm
6309
... <stuart_holcombe@...> wrote: {snip} ... Tha answer is to use the IHttpHandler interface (you will need to configure IIS to wildcard match to the aspnet...
Alan Dean
alan_james_dean
Offline Send Email
Jun 10, 2006
12:18 am
6310
Oops. Forgot to forward to the list... ... From: Andrew S. Townley <andrew.townley@...> To: Stuart Holcombe <stuart_holcombe@...> Subject:...
Andrew S. Townley
adz1092
Offline Send Email
Jun 10, 2006
5:37 am
6311
... configure IIS to wildcard match to the aspnet runtime in order to receive directory requests You can avoid IIS if you want - .NET 2.0 has a very nice way...
Ernst, Matthias
mernst500
Offline Send Email
Jun 10, 2006
12:17 pm
6312
... After 9 years of dealing with cookies (since RFC 2109 from 1997) I think the problems with cookies are well understood. There isn't much point in compiling...
Tracy R Reed
t_ashpool2000
Online Now Send Email
Jun 11, 2006
9:32 pm
6313
Checking my (possibly lack of ) understanding of ssl. Scenario. A client, no keystore. A server with a keypair Public and private keys. I'm being told that...
Dave Pawson
dpawson2000
Offline Send Email
Jun 12, 2006
11:04 am
6314
... Right ... Why do you say "seems little better than using PKI"? It does use PKI. -- 犬 Chris Burdess "They that can give up essential liberty to obtain a...
Chris Burdess
dog@...
Send Email
Jun 12, 2006
11:36 am
6315
... Sorry about the above, brain dead mailserver misconfiguration. Obviously this is not confidential in any way. -- 犬 Chris Burdess "They that can give up...
Chris Burdess
dog@...
Send Email
Jun 12, 2006
11:59 am
6316
Keys are certificates. So the client must validate the server certificate in order to ensure the server identity. The client must ask the user or use a list of...
Yannick LOISEAU
pioupiougroups
Offline Send Email
Jun 12, 2006
2:05 pm
6317
... It should all be more highlevel than that. From the HTTP point of view the interaction should just be: CL: > PUT https://server/someresource SRV: < 200 (or...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Jun 12, 2006
9:07 pm
6318
... Quite on line with this, Mark sent <quote> The client makes a connection, usually to port 443, on which the server is listening using SSL. There is some...
Dave Pawson
dpawson2000
Offline Send Email
Jun 12, 2006
9:44 pm
6319
... You're trying to write an SSL/TLS client? That seems wrong. You should just use JSSE's javax.net.ssl.HttpsURLConnection to open a connection like so: URL u...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Jun 13, 2006
2:30 am
6320
... SSL is configurable to allow different levels of authentication - by default the client authenticates the server against a list of authorities. We set up...
David Cornejo
ttag_dave
Offline Send Email
Jun 13, 2006
2:32 am
6321
... Tracy> After 9 years of dealing with cookies (since RFC 2109 from 1997) I think Tracy> the problems with cookies are well understood. There isn't Tracy>...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 13, 2006
4:31 am
6322
One more additional thought. If i need the server to be able to verify the authenticity of the client, should the client generate a key (keytool etc), then ...
Dave Pawson
dpawson2000
Offline Send Email
Jun 13, 2006
5:33 am
6323
... Not from the bottom up. simply configure a client to use ssl, then IIS to do the right thing with the certificates. ... Setting up JSSE, with the right...
Dave Pawson
dpawson2000
Offline Send Email
Jun 13, 2006
7:15 am
6324
... Yes, that's just what I want David. Do the client and server have identical certificates? I'd understood that one (classically the server) had a private...
Dave Pawson
dpawson2000
Offline Send Email
Jun 13, 2006
7:31 am
Messages 6295 - 6324 of 14021   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