HTTP Basic Authentication - what's the expected web browser experience?

后端 未结 6 2008
孤城傲影
孤城傲影 2020-12-12 11:34

When a server allows access via Basic HTTP Authentication, what is the experience expected to be in a web browser?

Ignoring the web browser for a mo

6条回答
  •  春和景丽
    2020-12-12 12:19

    WWW-Authenticate header

    You may also get this if the server is sending a 401 response code but not setting the WWW-Authenticate header correctly - I should know, I've just fixed that in out own code because VB apps weren't popping up the authentication prompt.

提交回复
热议问题