Hi, everyone.

 

I am using Axis 1.4 as a client and use Jakarta Commons HTTPClient for HTTPTransport. When I look at the traffic between the server (also Axis) which uses BASIC authentication I see that there are a lot of 401 errors. The reason for this, is that Commons HTTPClient only sends BASIC authentication when a Request is responded by a 401 error.

 

Is there a way to force this so that it will always send the BASIC auth header?

 

Thanks

Ronald

Reply via email to