Page 1 of 1
Http Post - Web Services
Posted:
Mon Feb 06, 2017 7:35 am
by kingedem
Hi,
Is there way to do Http Post (calling web services)? I need to send JSON object.
Also, is MQTT implemented?
Re: Http Post - Web Services
Posted:
Wed Mar 22, 2017 11:02 am
by ucCommander
As far as I know Http-Post is not implementiert.
I also need this feature to use services like IFTTT.
What should we do to get Http-Post as soon as possible?
Re: Http Post - Web Services
Posted:
Thu Mar 23, 2017 3:14 pm
by Luc Volders
For IFTTT you can use get:
iftttkey = "XXXYYYZZZXXXAA"
trig = "maker.ifttt.com/trigger/givenotice/with/key/" & iftttkey
print wget(trig)
This works flawlessly and I have been using it for many experiments and projects
Luc