We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add "content-type" to signed headers example, because if "digest" used then "content-type" must also be included.
Fix links to API Explorer.
Clarify the case-ness of hex encodings in the auth scheme.
Move link to explorer app to top, to make more accessible.
Change URL to new API Explorer.
Change link to JS function to more permanent example.
NET-122: update signing key info with link to refresh endpoint.
Add info on reverse proxy support.
Update RFC link from 3230 to 5843, which added SHA-256 explicitly. Change chase of algorithm to match RFC, but server still accepts the name in any case.
Add note about using the raw signature bytes, not the hex version of it, when signing the message.
Add missing Hex() function in final signature calculation.
Fix the example signing key, it was not the correct value based on the example inputs.
Fix definition of Hex(); it takes bytes as input, not a string.
Clarify the handling of application/x-www-form-urlencoded, in that only POST requests are treated as query parameters.
Query parameter keys are not lowercased.
Add info on 7-day signing key expiration.
Add formatting.
Add info on V2 auth scheme.