Dataflip

The cocktailparty of connected things.

Frequently asked questions

Why are you supporting unsecure connections with http?

In some special environmens, for example when hacking Arduino-based or related low-level hardware it sometime can be very tedious to make connections via https. For cases like this, where you just need a small chunk of data, like reading a number from the endpoint at not sensible data, implemeting https in the hardware-side is also completely over the top.

For this we support also reading and writing data without the extra SSL-security layer. You are of course encouraged to use https-connections as much as possible and only use insecure http for non-sensible data.