We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Use HTTPS for Post

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
rmutha
Posts: 1
Joined: Wed Jul 09, 2008 4:07 pm

Use HTTPS for Post

Post 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

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR system allows users to post data to https

Post 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

Post Reply