# HG changeset patch # User Kim Alvefur # Date 1744965377 -7200 # Node ID db308d6a3b5632a139b419ce99bddba9d0de3a41 # Parent d68e640e76ad795f473f5e89f39ab44b9fea96d3 mod_post_msg: Fix description of authentication method (thanks amarok) diff -r d68e640e76ad -r db308d6a3b56 mod_post_msg/README.md --- 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 ---------------