----- Original Message -----
From: "Michael Konietzka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 08:41
Subject: Authorization Unauthorized: POST vs. GET


> Hi
> I deployed a webservice und Axis1.1beta with the following configuration:
>
> Apache 1.3.x -> via mod_jk->tomcat3.3.x->axis1.1beta
>
> The webservice is protected with HTTP Basic Authorization.
> When using HTTP Post everything works fine. A wrong password results
> in a "HTTP 401 Unauthorized".
>
> Axis offers also HTTP GET to access a webservice with a special
> query string. This works fine with correct user and password,
> but a wrong password results in a "HTTP 500 Internal Server Error",
> when I would expect a "HTTP  401" as by the HTTP POST-Request.
>
> The soap-Log says "faultCode:
{http://xml.apache.org/axis/}Server.Unauthenticated";
>
> Is there a reason why the both methods behave differently when using
> wrong login data?

yes, the GET routine is waiting for somebody who cares about authentication
to write and contribute the code :)

Reply via email to