comparison 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
comparison
equal deleted inserted replaced
6201:d68e640e76ad 6202:db308d6a3b56
30 [HTTP path settings][doc:http]. 30 [HTTP path settings][doc:http].
31 31
32 Authentication 32 Authentication
33 -------------- 33 --------------
34 34
35 Authentication is done by HTTP Basic. 35 Authentication is done by [HTTP Basic](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Authentication).
36 36
37 Authentication: Basic BASE64( "username@virtualhost:password" ) 37 Authorization: Basic BASE64( "username@virtualhost:password" )
38 38
39 Payload formats 39 Payload formats
40 --------------- 40 ---------------
41 41
42 Supported formats are: 42 Supported formats are: