-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello,
I’m trying to send sensor data to business system no-code tool named “Kintone” from Cybozu.
https://kintone.cybozu.co.jp/
I made a flow to add record then it works fine on Ubuntu. However, Node-RED MCU on M5 Stack, xsbug said:
“node-red-mcu/nodes/network/httprequest/httprequest.js (107) # Break: parse: 1: invalid character!”
then actually it was redirect to https://
I understand current httprequest node only supports http, not for https but I am happy if there is a way to solve this situation.
It’s very nice if the data could transfer directly from device.
Attached is a flow for debug but it excludes some information to access:
- API access token on function node named "token".
- domain on http request node .
- Application ID on function node named "record".
I'm running my kintone app for debug for a while. I can provide the above information for debugging purposes, so please send me a message if someone willing to see.
Thank you very much,
flows_kintone_api_debug.zip