IoT Rest Client Sent Empty Request
Hello, fellow Kepwarers,
I ran into a problem that my Iot agent sent only empty response to my Django backend.
I set up an IoT agent as Rest Client and added a simulation tag. So that whenever the value changed, the agent should have sent a POST HTTP request to my backend. The template format were kept as the default settings. However, after I edited the tag value, the mechanism worked but the Django only recieved empty request (it showed "<QueryDict:{ }>").
Can anyone shed some light on this problem? Much appreciated!

