| To: | CinJug <users@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [cinjug-users] RESTful service HTTP digest authentication |
| From: | "Edward Sumerfield" <esumerfd@xxxxxxxxxxxxxx> |
| Date: | Tue, 25 Sep 2007 10:18:54 -0400 |
| Delivered-to: | mailing list users@xxxxxxxxxx |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=l5rBaRqa781TunfJKSMudm/ujS3k8JLyKqCcB6geab0=; b=C9jfY8u4K4g3nFhnFUYY/ped/8WImTFYNZfvuqJqJz/BLNzF/rOzzUqAKtGqSK/tr0IwWRurklm89Xc3p9mrFxC857Wgx1c1kZKv+0x+DPGn3lE9MVoDQfWURDYIalW9RHM4KVjU1xR+hub7TLnQuxwpS7XiaDzj8kcw9BrFpi4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=PBgomCLD0N14ipxRuElhNFYJwmS02JkkSPw7kq361XtLthrJo/XpKZGddELT6Y01INJjdoWIeliRBfwEma1lDQ1n2XnTq30PBiizyF0VafdYUwmPs56NJc1GFZo0DgtYRWmhFWEfCRCdybQLeZlJtNEew/XUTlkkTLKzAMsyasA= |
| In-reply-to: | <6877.53196.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| Mailing-list: | contact users-help@xxxxxxxxxx; run by ezmlm |
| References: | <6877.53196.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| Reply-to: | esumerfd@xxxxxxxxxxxxxx |
| Sender: | esumerfd@xxxxxxxxx |
|
One thing to be careful of with HtmlUnit is that its goals are to test web pages so it does lots of fuzzy-parsing of the page so that we can assert the values on the page. HttpClient should do the job for you though I usually end up wrapping it in a simple
Http.get(url) method because its API is not the simplest.
On 9/25/07, Adam Schaible <schaible_adam@xxxxxxxxx> wrote:
-- Ed |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [cinjug-users] RESTful service HTTP digest authentication, Adam Schaible |
|---|---|
| Next by Date: | Re: [cinjug-users] RESTful service HTTP digest authentication, wonton927 |
| Previous by Thread: | Re: [cinjug-users] RESTful service HTTP digest authentication, Adam Schaible |
| Next by Thread: | Re: [cinjug-users] RESTful service HTTP digest authentication, wonton927 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |