OTPByHTTPPostValve
Valve for delivering one-time passwords by HTTP POST. Supports template file body.
Legacy valve, use OTPPostHTTPValve.
Properties
Example Configuration
{
"name": "OTPByHTTPPostValve",
"config": {
"url_list":"https://www.messageservice.dd,https://www.messageservice.ff",
"template_file_path":"C:\\Windows\\Temp\\template.xml",
"success_string":"message_ok",
"headers":"Cache-Control:no-cache|Connection:keep-alive"
}
}
Requirements
Item set must have at least one entry.