技术文章 - CS228757
Thingworx Sigfox 对 REST API 过滤器内容类型的回调
已修改: 25-Jul-2023
适用于
- ThingWorx Platform 6.5
- URL: http://our.server.domain.net:8080/Thingworx/Things/SigfoxConnector/Services/pushDataFromSigfox?device={device}&date={time}&duplicate={duplicate}&signal={snr}&station={station}&data={data}&avgSignal={avgSignal}&rssi={rssi}&lat={lat}&lng={lng}&appKey=xxxx-xxxx-xxxx
- Error: Forbidden content(application/x-www-form-urlencoded) for URI(http://our.server.domain.net:8080/Thingworx/Things/SigfoxConnector/Services/pushDataFromSigfox)
说明
客户希望通过 REST API 上的 Sigfox 回调接收数据,但他不能,因为它使用 Content-Type:application/x-www-form-urlencoded 发送请求。
- 通过 REST API 上的 Sigfox 回调接收数据
- 无法在 REST API 上使用 Sigfox 的回调,因为它使用Content-Type :application/x-www-form-urlencoded
- Sigfox REST API 回调现在可以工作
- 错误: URI (http://our.server.domain.net:8080/Thingworx/Things/SigfoxConnector/Services/pushDataFromSigfox) 的禁止内容 (application/x-www-form-urlencoded)
这是文章 228757 的 PDF 版本,可能已过期。最新版本 CS228757