You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotSupportedError: Unrecognized algorithm name
at new DOMException (node:internal/per_context/domexception:53:5)
at __node_internal_ (node:internal/util:670:10)
at normalizeAlgorithm (node:internal/crypto/util:321:11)
at normalizeAlgorithm (node:internal/crypto/util:293:12)
at SubtleCrypto.digest (node:internal/crypto/webcrypto:79:15)
at createBase64Digest (804:54)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async verifyRFC3230DigestHeader (844:16)
at async verifyDigestHeader (859:12)
verifyDigestHeaderが不明なダイジェストアルゴリズムでエラーになる
Expected: false
ここでサポートしているものをチェックするか
node-http-message-signatures/src/digest/digest-rfc3230.ts
Lines 41 to 45 in dcb3280
NotSupportedErrorをハンドルする。(ただ、サポートしていればなんでも通すのもどうか)
The text was updated successfully, but these errors were encountered: