OTPPostHTTPValve
Valve for delivering one-time passwords by HTTP POST.
Supports configurable SSL protocols and ciphers.
Properties
Example Configuration
{
"name": "OTPPostHTTPValve",
"config": {
"url_list":"https://www.messageservice.dd",
"success_code":"202",
"headers":[
{"key":"Cache-Control",
"value":"no-cache"},
{"key":"Connection",
"value":"keep-alive"}
]
}
}
Requirements
Item set must have at least one entry.