I have a servlet which forwards client request to remote apache server
running CGI application. I'm using HttpURLConnection to send the
request. Before sending the request, I add "Authorization" header, which
is required by apache.
I've been monitoring remote apache access log and noticed that sometimes some
requests come without proper authorization (?) and "401"
error is returned back to my servlet. I don't understand why this is
happening, I am sure that the auhorization header is set (setRequestProperty() method).
This happens sporadically, usually on POST and sometimes just refreshing a
page solves the problem.
Any idea?
Thank you,
Karina
Karina J. Chmielewski
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
