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


Reply via email to