Hello,
I've been struggling to get an IOT device I've been working on to send calls to the API. Unfortunately, the hardware I have doesn't support HTTPS... at all...
With this limitation, I would only be able to make HTTP calls in cleartext. Although super insecure, is there anyway I can allow for cleartext requests? This is only during our prototyping phase, and the data that is being sent currently is not sensitive in nature. It would expose the Auth token, but I'm not too stressed about that at the moment.
Any ideas? If I can't I would probably look at trying to implement HTTPS using raw TCP... sounds really near impossible for me I'd say!
Thanks in advance,
Any help much appreciated!
~Rommie