将参数传递给Webhook

时间:2019-08-25 06:38:56

标签: twilio

想传递查询字符串到我的twilio webhook。

http://xx.xx.xxx.xx/TwilioWebhookTraffic/TwilioWebHookTraffic.aspx/TrafficCallBack?GCAcctNbr=667118358011603

返回:

<!DOCTYPE html>
<html
    xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <form method="post" action="./TrafficCallBack?GCAcctNbr=667118358011603" id="form1">
                <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="4PSLlcjmwjYT0iXthm7eB3EX5v8lZY62GKDxWDdNDuZndwHLxahDzcX2H0NFNQX+2NAe7hPownCNYxJJVZJreGwJpqZ/Cwm3f2EIiLGFQ4c=" />
            <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CFB6114E" />
            <div>
            TWILIO TRAFFIC REMINDER WEBHOOK ASPX PAGE</div>
        </form>
    </body>
</html>

但不运行Webhook代码。

如果URL只是: http://xx.xx.xxx.xx/TwilioWebhookTraffic/TwilioWebHookTraffic.aspx 然后运行代码。但是,当然我需要查询字符串。

0 个答案:

没有答案