Seeking Advice on Integrating Render API with Arduino

Hello community members,

I’m currently working on a project that involves integrating an API hosted on Render with an Arduino board. Despite my efforts, I’ve encountered a persistent issue and I’m seeking some guidance.
Has anyone successfully integrated a Render API with an Arduino before? If so, could you please share any tips or specific steps you took to ensure a successful connection?

HI there,

You will need to make sure calls to your Render API from your Arduino board is done using HTTPS. Plain HTTP requests will be redirected to HTTPS.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.