---
title: "Prompts the user for authorization using Digest Auth + Algorithm."
method: GET
path: "/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}"
tags: ["Auth"]
---

# Prompts the user for authorization using Digest Auth + Algorithm.

`GET /digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}`

allow settings the stale_after argument.

## Path parameters

- `qop` string, required
- `user` string, required
- `passwd` string, required
- `algorithm` string, required
- `stale_after` string, required

## Response `200`

Sucessful authentication.

## Other responses

- `401` — Unsuccessful authentication.

---

[API](https://skmtc.dev/httpbin/apis/httpbin-org.md) · [All operations](https://skmtc.dev/httpbin/apis/httpbin-org/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/httpbin/httpbin-org/revisions/1e1ea0d01f81/schema)
