OpenSecurity/test/get-notification.bat
author om
Mon, 09 Dec 2013 14:44:41 +0100
changeset 29 3f564e1673bb
permissions -rw-r--r--
added notifcation and password callback url
om@29
     1
@echo off
om@29
     2
..\cygwin\bin\curl --get --data-urlencode "msgtype=information" --data-urlencode "text=Alle Daten wurden vernichtet." http://127.0.0.1:8090/notification
om@29
     3
..\cygwin\bin\curl --get --data-urlencode "msgtype=warning" --data-urlencode "text=Christkind in PDF entdeckt." http://127.0.0.1:8090/notification
om@29
     4
..\cygwin\bin\curl --get --data-urlencode "msgtype=critical" --data-urlencode "text=Influenza.Win7 im Bootsektor." http://127.0.0.1:8090/notification