Local Server + http request

Hello,
I have Blynk local server running on AWS EC2 instance. Everything is working fine through Blynk app. When on Blynk Cloud server, http PUT request on http://188.166.206.43/XXX-XXXX-XXXX-XXX/update/D5 used to work fine. But if I try that by changing the cloud server’s IP with my local server IP the request fails. Please help.

You do understand that you need separate AUTH for each server, even if the project was cloned over.

As for the Local Server IP and access, you may need to include the port, typically :8080 depending on Public or Private side access. And with Public side, you need to have setup any required port forwarding with your Local Server IP.

1 Like

Thanks @Gunner, I also changed the AUTH token but was confused with the port to be used. Now it is working as expected.

1 Like