Skip to content

Commit 7b62883

Browse files
committed
fix rfc link
1 parent c47ac6a commit 7b62883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/http-authentication/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Handling HTTP authentication in Fano Framework
77

88
## Basic Authentication
99

10-
Besides usual web application form-based authentication, developer can use authentication mechanism that is provided by HTTP protocol as described in [RFC 7235](https://tools.ietf.org/html/rfc7235).
10+
Besides usual web application form-based authentication, developer can use authentication mechanism that is provided by HTTP protocol as described in [RFC 2617](https://tools.ietf.org/html/rfc2617).
1111

1212
Currently, Fano Framework supports `Basic` and `Digest` HTTP authentication scheme only.
1313

0 commit comments

Comments
 (0)