[SOLVED] Is RESTful API in blynk-cloud.com working right?

The last hours I can’t connect via Restful api to my hardware. Is there some issue?
Here is the curl call and response.

`curl --include ‘http://blynk-cloud.com/xxMyTokenxxxx/isHardwareConnected’
curl: (7) Failed to connect to blynk-cloud.com port 80: Conexión rehusada

`
The days before was working whithout problems.
Thanks.

It’s port 8080 as far as I know, not 80. Could that be causing your error?

@jnogues fixed. Thank you for reporting.
@Lichtsignaal yes, 8080 is by default. 80 is supported also but it is exactly failed here =)

Now is working!! Thanks Dimitry!!