Blackberry HTTP header

I am trying to access an internal website that requires Windows Authentication. I tried to go to the site on my Blackberry, but I get the following error:

You are not authorized to view this page.

You do not have permission to view this directory or page using the credentials you provided because your web browser is sending the WWW Authentication Header Field that the web server is not configured to accept

So how do I change my browser to send a different header field, or how do I get the web server to accept the Blackberry header?

It's almost over my head, so don't get too technical. Tell me if I need more information.

I am running this on IIS server

0


source to share


1 answer


Find out what's in the WWW-Authenticate header sent by BlackBerry (check the web server request logs or view the HTTP traffic). Perhaps the BlackBerry is trying to authenticate using the basic HTTP authentication scheme, while the web server is rejecting this scheme, say, because it is very insecure.



0


source







All Articles