---
title: "Prompts the user for authorization using HTTP Basic Auth."
method: GET
path: "/hidden-basic-auth/{user}/{passwd}"
tags: ["Auth"]
---

# Prompts the user for authorization using HTTP Basic Auth.

`GET /hidden-basic-auth/{user}/{passwd}`

## Path parameters

- `user` string, required
- `passwd` string, required

## Response `200`

Sucessful authentication.

## Other responses

- `404` — 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)
