Page 1 of 1
Use HTTPS for Post
Posted: Wed Jul 09, 2008 4:52 pm
by rmutha
We would be capturing senseitive data during the vxml prompts and hence when we do a post we would like to do a https post rather than http.
Let me know if that is possible.
thanks
Rahul
IVR system allows users to post data to https
Posted: Wed Jul 09, 2008 5:09 pm
by support
Hi,
Yes, it is possible to post data using the IVR tag,
<submit>, to https rather than http.
For IVR example:
Code: Select all
<submit next="https://nonexistent.domain.com/process.pl" method="post" namelist="drivelicense myname"/>
Hope this sample IVR code helps.
Regards,
Plum Support