Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

sending HTTP get commands ?

If you have a question or need help, this is the place to be.
Post Reply
ntk1
Posts: 19
Joined: Sat Nov 24, 2012 6:25 am

sending HTTP get commands ?

Post by ntk1 »

hello

i want to send HTTP GET command, and i wanted to know if i can do it with eventghost without opening the browser

http://192.168.1.13:8080/redeye/rooms/- ... mandId=375

thanks
kkl
Experienced User
Posts: 317
Joined: Wed May 04, 2011 9:32 pm

Re: sending HTTP get commands ?

Post by kkl »

I'm not sure if this is the same as what you're asking, but you might check this topic.
ntk1
Posts: 19
Joined: Sat Nov 24, 2012 6:25 am

Re: sending HTTP get commands ?

Post by ntk1 »

thanks! working great.i just made action script for every command

Code: Select all

import urllib2

url_response = urllib2.urlopen('http://192.168.1.13:8080/redeye/rooms/-0/devices/944/commands/send?commandId=949')
Post Reply