Joined: Wed Dec 31, 1969 5:00 pm Posts: 329 Location: Vancouver, BC
|
Use the HTTP step.
<br>Put your entire get request in the "URL" field.
<br>For "HTTP Request type", use the "Get" setting.
<br>You can safely ignore the "HTTP Request Message Body" field.
<br>
<br>Used in this way, the HTTP step is no different than a web browser.
<br>
<br>Depending on the response your script provides, you may want to put a TeleFlow variable in the "Variable to load HTTP Response Header into" field or "Variable to load HTTP Response Message Body into" field, or both.
<br>
<br>The final four fields control timeout behaviour and give you the option to play audio to the caller while waiting for a response from your HTTP server.
|
|