mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-21 01:13:43 +08:00
13 lines
343 B
Markdown
13 lines
343 B
Markdown
|
---
|
||
|
title: "mg_http_check_digest_auth()"
|
||
|
decl_name: "mg_http_check_digest_auth"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_http_check_digest_auth(struct http_message *hm, const char *auth_domain,
|
||
|
FILE *fp);
|
||
|
---
|
||
|
|
||
|
Authenticate HTTP request against opened passwords file.
|
||
|
Returns 1 if authenticated, 0 otherwise.
|
||
|
|