This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Help me to send a simple HTTP post
#3
Thank you, it works like a charm. I have another question, can Logic Machine get HTTP post?
Like the logicmachine IP is 192.168.1.10 and another device send this to logic machine

Code:
[code]POST / HTTP/1.1
Host: {{BASE_URL}}
Authorization: Authorization
Content-Length: 283


{
  "action_type": "update",
  "data_type": "place",
  "date": "2020-12-11 11:14:40",
  "hash": "e4a296a0a9d3f958b4262d9680db4bee",
  "id": "de73e412-7baf-4237-9b09-7470eddd4996",
  "keycode": "",
  "placeID": "108",
  "placeName": "Team dev",
  "time": 1607660080000
}

Can Logic machine receive it and get the data like "placeID" = "108"?
Reply


Messages In This Thread
RE: Help me to send a simple HTTP post - by pouralise - 12.07.2021, 15:19

Forum Jump: