Hello everyone,
I am currently creating an application (hikvision support). It needs to receive HTTP POST calls. I have declared the API in the manifest and created my api.js file. The problem is that I am receiving XML messages from the equipment, so the body is empty. Do you know how to fix this?
Looks like there’s a hardcoded limitation to only support JSON, so there’s not way to fix it with the built-in app API implementation and you may have to look into running a custom web server to accept these requests.
yes i know. It’s after copy/past.
In my homey log i have that: 2025-12-21T10:49:08.079Z [log] [HikCamIsapiApp] Serveur HTTP lancé
So it’s seem to be good