Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 curl 向 Twilio 发送短信取得了一些成功。现在我想实现回调 url 来跟踪消息的状态。我似乎无法让回调恢复工作
我已经尝试在 JSON 中对其进行编码并将其作为参数附加,但我无法取得任何成功.. 任何帮助表示赞赏
它不是 JSON,它是作为 urlencoded ( application/x-www-form-urlencoded) 发送的。
application/x-www-form-urlencoded
在哪里可以找到对我的服务器的入站 HTTP 请求的规范?