Hello,
How can I make a POST request through a TCP Connection? This is how I'm currently trying to do it:
tcp connect:
- host: baas.kinvey.com
- port 443 (https)
RAW request -----------------------------------------------------------------------------------------------------------
POST /rpc/kid_rJXXXXXlQ/custom/InsertPanelStatus HTTP/1.1
Host: baas.kinvey.com
User-Agent: X-600M
Accept: */*
Authorization: Basic a2lkX3JKa0XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXA3MA==
Content-Type: application/json
Content-Length: 187
{"secret": "PUrXXXXXXXXXXXXXXXXXXkSC","JobNumber": "TEST1000","PcID": "1112","PanelTemp": "75.0866","PanelHumidity": "42.4547","CPUtemp": "0","ContrConnected": "0","AlarmID": "0"}
The data is not being inserted into my collection from the endpoint but it works correctly with Postman. Can you please give me guidance concerning this issue?
Thank you.
John Smith
Hello,
How can I make a POST request through a TCP Connection? This is how I'm currently trying to do it:
tcp connect:
- host: baas.kinvey.com
- port 443 (https)
RAW request -----------------------------------------------------------------------------------------------------------
POST /rpc/kid_rJXXXXXlQ/custom/InsertPanelStatus HTTP/1.1
Host: baas.kinvey.com
User-Agent: X-600M
Accept: */*
Authorization: Basic a2lkX3JKa0XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXA3MA==
Content-Type: application/json
Content-Length: 187
{"secret": "PUrXXXXXXXXXXXXXXXXXXkSC","JobNumber": "TEST1000","PcID": "1112","PanelTemp": "75.0866","PanelHumidity": "42.4547","CPUtemp": "0","ContrConnected": "0","AlarmID": "0"}
The data is not being inserted into my collection from the endpoint but it works correctly with Postman. Can you please give me guidance concerning this issue?
Thank you.