# Tạo HTTP Basic Auth Header

> Hồ sơ MCP chính thức, sinh từ registry BOP.INK.

| Trường | Giá trị |
| --- | --- |
| Slug | `tao-http-basic-auth-header` |
| Danh mục V2 | Bảo mật & Quyền riêng tư (`bao-mat-quyen-rieng-tu`) |
| Danh mục con V2 | Authentication (`security-privacy.authentication`) |
| Route legacy tương thích | `lap-trinh-dev` |
| Taxonomy V2 | `security-privacy` / `security-privacy.authentication` |
| Phạm vi áp dụng | `global` |
| Trạng thái thực thi MCP | `remote_executable` |
| Nguồn giao diện/schema | `calculators/tao-http-basic-auth-header` |
| Website | [Mở công cụ](https://bop.ink/lap-trinh-dev/tao-http-basic-auth-header/) |

Nhập username và password để tạo chuỗi Authorization: Basic tương ứng, xử lý cục bộ.

## Cách dùng qua MCP

### Tạo HTTP Basic Auth Header

- Capability: `calculator.lap_trinh_dev.tao_http_basic_auth_header`
- MCP availability: `remote-executable`
- MCP tool: `bop_execute_calculator_lap_trinh_dev_tao_http_basic_auth_header`
- Mô tả: Nhập username và password để tạo chuỗi Authorization: Basic tương ứng, xử lý cục bộ.

Các trường đầu vào:

- `userLen`: Theo canonical schema.
- `passLen`: Theo canonical schema.

Ví dụ đầu vào:

```json
{}
```
