Compare commits

...

2 Commits

Author SHA1 Message Date
kees-z
92c7efc167
Update index.md 2024-05-28 13:16:47 +02:00
kees-z
2725fb4ee1
Update 06-advanced-options.md
Added advanced options --send-http-json-urls and send-http-form-urls.
2024-05-28 13:16:20 +02:00
2 changed files with 11 additions and 2 deletions

View File

@ -615,6 +615,15 @@ These options provide support for sending status reports via HTTP messages. Modu
### send-http-url ### send-http-url
`--send-http-url (String)` `--send-http-url (String)`
HTTP report url. HTTP report url.
*This option is deprecated. For version 2.0.8.106 and newer, use* `--send-http-form-urls` *and* `--send-http-json-urls` *instead.*
### send-http-form-urls
`--send-http-form-urls (String)`
HTTP report urls for sending form-encoded data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
### send-http-json-urls
`--send-http-json-urls (String)`
HTTP report urls for sending JSON data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
### send-http-message ### send-http-message
`--send-http-message (String)` `--send-http-message (String)`

View File

@ -6,7 +6,7 @@
![](duplicatilogo.png) ![](duplicatilogo.png)
2024/05/06 2024/05/28