Hi Mark, Thanks for following up with the solution to your issue.
To see the raw headers, please check this FAQ entry: http://www.restlet.org/documentation/1.0/faq#01 Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Mark > Envoyé : mardi 5 février 2008 20:29 > À : [email protected] > Objet : Re: 401 status code > > > Two problems I had > > > GET /apiserver/ > > > should have been > > GET /apiserver/ HTTP/1.1 > > > I found that using the > > response.setChallengeRequest(new > ChallengeRequest(ChallengeScheme.HTTP_BASIC,"APIServer")); > > Very helpful, that seems to have solved my little problem. I > would still LOVE to > see my raw http requests and responses without having to use > ethereal, or telnet > sessions. > > Thanks all > > -Mark > >

