Open SestarisCorp opened 9 years ago
Hi!
I might have had a similar issue with fetching info from Fibaro HC2, everything looked great, but no updates (last update was always never). I checked with output with fiddler and debugged the browser to see if i could figure something out. The solution was to add an accept header application/json and running the query via a local instance thingproxy. That worked for me atleast for hc2.
Best regards,
Martin
Hi Martin,
Thank you, i used ngrok, seems that use localhost or 127.0.0.1 does not work, only with tunnels.
Best Regards,
Steves
Hello,
Have you tried using ThingProxy? You might be running into a CORS issue: https://github.com/Freeboard/thingproxy
HI,