Software /
code /
prosody-modules
Changeset
6235: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 | 6234:d68e640e76ad |
children | 6236:5ab0e560027a |
files | mod_post_msg/README.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 ---------------