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

Search found 3 matches

by cgreene
Tue Apr 09, 2013 1:48 pm
Forum: Plum DEV Q&A
Topic: Getting Data from HTTP Header
Replies: 5
Views: 13450

Re: Getting Data from HTTP Header

In this case I am looking to get a value placed in the header by a Vordel security gateway called the X-Correlation-ID. Each API call is assigned a unique X-Correlation-ID. I confirmed with the API developers that they are returning raw xml. Here are a couple examples of API calls in a couple of our...
by cgreene
Tue Apr 09, 2013 11:24 am
Forum: Plum DEV Q&A
Topic: Getting Data from HTTP Header
Replies: 5
Views: 13450

Re: Getting Data from HTTP Header

It seems like the first solution is only going to get my the HTTP header of a page, not from an API response, since it is not tied to any particular API/data call. Is this correct? As for the second solution, how does using the raw method type change what is received in the response to the data call...
by cgreene
Mon Mar 18, 2013 11:45 am
Forum: Plum DEV Q&A
Topic: Getting Data from HTTP Header
Replies: 5
Views: 13450

Getting Data from HTTP Header

In the HTTP response from an API there is a variable stored in the HTTP header that I would like to expose to my VXML. Is it possible, and if so, how would I go about obtaining this variable's value in the VXML?