Send a url to a web site

Post your questions and help other users.

Moderator: Martin

Post Reply
fiets
Posts: 19
Joined: 23 May 2013 11:06

Send a url to a web site

Post by fiets » 14 Sep 2015 08:13

Hi,

I want to make a button with a wiget that sends a url to a website. I do nog expect anything back from the website.
By sending the url I can switch a light on at home.

The url looks like "http://mysite/api/device/devicename/?set=ON

But I can't find a activity that works. Who can help me with this.

Thanks in advance

clever_man
Posts: 9
Joined: 15 Sep 2015 11:43

Re: Send a url to a web site

Post by clever_man » 15 Sep 2015 12:50

How you doing it?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Send a url to a web site

Post by Martin » 15 Sep 2015 13:08

Hi,

You can send the request directly with Automagic without using a browser. Action HTTP Request with request method set to GET should work.

Regards,
Martin

Post Reply