P
Peter
I thought I'd post the answer to a problem I posted earlier this year.
My Apache Axis user authentication always failed because my Web
Server's (IIS) security configuration stripped the username/password
from incoming HTTP requests (i.e., in Axis, empty username/password =
user not authorized).
I corrected the problem by simply adjusting the security settings on
my Web server so that it stopped 'stripping' the username/password
from incoming HTTP requests.
Peter
My Apache Axis user authentication always failed because my Web
Server's (IIS) security configuration stripped the username/password
from incoming HTTP requests (i.e., in Axis, empty username/password =
user not authorized).
I corrected the problem by simply adjusting the security settings on
my Web server so that it stopped 'stripping' the username/password
from incoming HTTP requests.
Peter