digest-auth-request
digest-auth-request copied to clipboard
Make digest-auth requests with vanilla javascript
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
I recently ran into a problem where `digestAuthRequest` told me that `CryptoJS` was not defined, even if it was actually loaded. The problem seems to stem from [line 11](https://github.com/inorganik/digest-auth-request/blob/22f14b0c35c8d8e2d54ad15f882100320f4a436d/digestAuthRequest.js#L11) where,...
I tried to implement this authentication without any success. First tried the HTML code as follow ```html Test DigestAuthRequest.js test Requesting... window.onload = function() { var url = 'https://httpbin.org/digest-auth/auth/user/passwd/MD5/never'; var...
In electron 3.1.12 it turned out the header `access-control-expose-headers: www-authenticate` is also present when you do `getAllResponseHeaders()`. It comes later then the `www-authenticate: digest.. ` so it is matched inside...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.0 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - [`a4bcf3e`](https://github.com/jonschlinkert/mixin-deep/commit/a4bcf3ef9cdc144c4c39ff8f1e1f566f338c477e) 1.3.1 - [`578b0bc`](https://github.com/jonschlinkert/mixin-deep/commit/578b0bc5e74e14de9ef4975f504dc698796bdf9c) exclude __proto__ - See full...
recreation of (PR from earlier today)[https://github.com/inorganik/digest-auth-request/pull/37]