DigestAuth Success
GET https://postman-echo.com/digest-auth
This endpoint sends a hashed Digest Authorization header to gain access to a valid 200 Ok
response code. In Qodex, it uses the stored global variables, echo_digest_realm
and echo_digest_nonce
, to generate the hashed authorisation header.
Within Qodex, for this request to successfully authenticate, running the previous request DigestAuth Request
stores the relevant information within the global variables.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"authenticated":true}