Is Digest authentication possible with jQuery?

后端 未结 3 1778
长情又很酷
长情又很酷 2020-12-04 13:22

I\'m trying to send a request that requires HTTP Digest authentication.

Is Digest possible in jQuery?

If so, is this close to the correct way to do it? It

3条回答
  •  萌比男神i
    2020-12-04 14:13

    It is possible with vanilla javascript. Try digestAuthRequest.js:

    https://github.com/inorganik/digest-auth-request

提交回复
热议问题