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

后端 未结 6 2029
孤城傲影
孤城傲影 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:15

    You can use Postman a plugin for chrome. It gives the ability to choose the authentication type you need for each of the requests. In that menu you can configure user and password. Postman will automatically translate the config to a authentication header that will be sent with your request.

提交回复
热议问题