Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
482 views

Logging a user out when using HTTP Basic authentication

I want users to be able to log in via HTTP Basic authentication modes. The problem is that I also want them to be able to log out again - weirdly browsers just don't seem to support that. This is ...
2
votes
1answer
696 views

Authentication Error

I am trying to view a web page, fron an Android app, that requires authentication and get the following message: ----- Android webView error start -------- "You do not have permission to view this ...
1
vote
2answers
513 views

How to find if NTLM or Kerberos is used from WWW-Authenticate: Negotiate header

I am programming a client application in .Net that communicates with server via HTTP. I need to set different request buffering options in case of NTLM and Kerberos authorization. How to find out ...
1
vote
3answers
2k views

Can I indicate to clients that SPNEGO is supported but NTLM is not for HTTP requests?

The two WWW-Authenticate additions Microsoft makes use of that I am currently aware of are NTLM Negotiate If Negotiate is sent down from the server, based on a set of conditions Kerberos will be ...
0
votes
0answers
33 views

WWW-Authorization Header showing popup for login

I'm trying to design a restful authentication system using Digest authentication system. However, when i'm setting the header WWW-Authenticate, on the client, I'm getting a really ugly user interface ...
0
votes
1answer
101 views

WWW-Authenticate Header CSRF Issue

I've heard from a friend that the WWW-Authenticate header can be explicitly defined within a malicious php file on a remote server and use an image mimetype e.g. image/jpeg or image/png. Hypothetical ...
0
votes
2answers
245 views

WWW-Authenticate signout

I noticed that once Firefox pops up a modal in response to a WWW-Authenticate header in an HTTP response. Then, Firefox saves the username/password until Firefox is closed. The Web Developer plug-in ...
0
votes
0answers
301 views

IIS7 Win2008 … Response does not include WWW-Authenticate header?

I've encountered a Win2008 IIS7 installation that appears to be refusing to send the WWW-Authenticate response headers automatically (the virtual dir is configured for Anonymous and Windows ...