Mercurial > prosody-modules
diff mod_post_msg/README.md @ 6202:db308d6a3b56
mod_post_msg: Fix description of authentication method (thanks amarok)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 18 Apr 2025 10:36:17 +0200 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line diff
--- a/mod_post_msg/README.md Thu Apr 17 16:51:02 2025 +0200 +++ b/mod_post_msg/README.md Fri Apr 18 10:36:17 2025 +0200 @@ -32,9 +32,9 @@ Authentication -------------- -Authentication is done by HTTP Basic. +Authentication is done by [HTTP Basic](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Authentication). - Authentication: Basic BASE64( "username@virtualhost:password" ) + Authorization: Basic BASE64( "username@virtualhost:password" ) Payload formats ---------------
