Search found 2 matches

by mariuszp
Wednesday 06 June 2018 20:03
Forum: dzVents
Topic: Async HTTP requests methods
Replies: 5
Views: 1111

Re: Async HTTP requests methods

Hey Danny,
Thanks for your reply. Is there a good place to put such a feature request because I think it would be worth implementing it (even if not in the next stable release).
by mariuszp
Wednesday 06 June 2018 12:51
Forum: dzVents
Topic: Async HTTP requests methods
Replies: 5
Views: 1111

Async HTTP requests methods

I was wondering if there's any reason why we can't use other than POST and GET HTTP methods in domoticz.openURL? I was writing some scripts for Spotify integration and a lot of API methods wants PUT method. I know that I can use domoticz.osExecute and CURL but openURL is better for handling ...