Updated Notify_Custom_XML (markdown)

master
Chris Caron 2022-01-04 11:45:12 -05:00
parent 8d9ff2e18e
commit f3d69ddd75
1 changed files with 1 additions and 0 deletions

@ -50,6 +50,7 @@ The secure versions:
| port | No | The port our Web server is listening on. By default the port is **80** for **xml://** and **443** for all **xmls://** references.
| user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it.
| password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it.
| method | No | Optionally specify the server http method; possible options are `post`, `put`, `get`, `delete`, and `head`. By default if no method is specified then `post` is used.
#### Example
Send a XML notification to our web server listening on port 80: