This variable tells PageGate to scan any responses back from a GET or POST request for the required keywords or keyphrases. If those keywords or keyphrases are found, the message is treated as successfully delivered.
This variable is both case and punctuation sensitive and PageGate will look for an exact match to what you enter.
Multiple search terms may be used and you'll need to separate each item with a pipe.
For example, this would only scan for the word success:
HttpSuccessResponse = success
This would scan for the word success in the <Reply> tag:
HttpSuccessResponse = <Reply>success</Reply>
This would scan for the word success in the <Reply> tag OR the word hijinks:
HttpSuccessResponse = <Reply>success</Reply>|hijinks
This would scan for the word success OR the word hijinks OR the word actualization:
HttpSuccessResponse = success|hijinks|actualization
If this variable is included, any response to a GET/POST request that doesn't include the search term(s) will be treated as a failure.
|