comparison mod_post_msg/README.markdown @ 2988:3cc78e6a8758

mod_post_msg/README: Document how authentication is performed
author Kim Alvefur <zash@zash.se>
date Wed, 04 Apr 2018 15:54:30 +0200
parents 2af0be50b287
children 926aaaeb0d21
comparison
equal deleted inserted replaced
2987:2af0be50b287 2988:3cc78e6a8758
27 /msg/ [recipient [@host] ]. 27 /msg/ [recipient [@host] ].
28 28
29 The base URL defaults to `/msg`. This can be configured via Prosodys 29 The base URL defaults to `/msg`. This can be configured via Prosodys
30 [HTTP path settings][doc:http]. 30 [HTTP path settings][doc:http].
31 31
32 Authentication
33 --------------
34
35 Authentication is done by HTTP Basic.
36
37 Authentication: Basic BASE64( "username@virtualhost:password" )
38
32 Payload formats 39 Payload formats
33 --------------- 40 ---------------
34 41
35 Supported formats are: 42 Supported formats are:
36 43