# HG changeset patch # User Kim Alvefur # Date 1372433076 -7200 # Node ID efb2f5f8317c2ddc296cefff10efb96e6815712a # Parent 2454dbf940a830ddc15568b10cc1c899d725cf99 mod_post_msg.wiki: Add Content-Type header to example diff -r 2454dbf940a8 -r efb2f5f8317c mod_post_msg.wiki --- a/mod_post_msg.wiki Fri Jun 28 17:23:18 2013 +0200 +++ b/mod_post_msg.wiki Fri Jun 28 17:24:36 2013 +0200 @@ -8,7 +8,7 @@ = Example usage = -* curl http://example.com:5280/msg/user -u me@example.com:mypassword -d "Server@host has just crashed!" +* curl http://example.com:5280/msg/user -u me@example.com:mypassword -H "Content-Type: text/plain" -d "Server@host has just crashed!" This would send a message to user@example.com from me@example.com @@ -18,4 +18,4 @@ Some code borrowed from mod_webpresence - \ No newline at end of file +