irritanterik / homey-http-request-actions

HTTP request actions for flows on Homey by Athom
16 stars 14 forks source link

API seems incompatible with >2.0.0 #18

Open DieterKoblenz opened 5 years ago

DieterKoblenz commented 5 years ago

When I try to call the API from my (whitelisted) phone or laptop I get the following response: {"code":401,"error":"not_logged_in","error_description":"You need to log in to access this resource"}

irritanterik commented 5 years ago

Thanks. I will look into it as soon as 2.0 is more stable. Have you looked at the new native api functions mentioned in the homey blog?

DieterKoblenz commented 5 years ago

Thanks!

Yes, the webhook function does exactly what I want but I don't want the hook to be cloud accessible. I just want a local only, unauthenticated webhook and your app provided this voor <2.0

irritanterik commented 5 years ago

Whitelist check is disabled for now 90e74192bffa9758fc9ed3afc7df42f5afb6ac41

MP-ICT-Diensten commented 4 years ago

I use v2.0.11 and it seems that Whitelisting is working.

I have had the problem that the GET from a Surveillance Station action was not working anymore with authentication, and I tried whitelisting, and that works. I did need to restart the HTTP-requests app after modification beforre settings where activated.