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.

Search found 4 matches

by drhyoung
Sun Nov 10, 2013 1:06 am
Forum: Plugin Support
Topic: Webserver
Replies: 331
Views: 141623

Re: Webserver

You got me wondering...
If the web page has a filetype of ".htm" then {{ }} does work.
Apologies for the slack testing.
by drhyoung
Sun Nov 10, 2013 12:55 am
Forum: Plugin Support
Topic: Webserver
Replies: 331
Views: 141623

Re: Webserver

Hi Sem;colon

I tried creating a page that included {{eg.globals.Testing}} , then setting the variable eg.globals.Testing in EG, then did an http GET on the page I'd created.
It simply displayed " {{eg.globals.Testing}}" to me, ie the variable in the web page wasn't interpreted.
I tried a few other ...
by drhyoung
Sat Nov 09, 2013 2:55 am
Forum: Plugin Support
Topic: Webserver
Replies: 331
Views: 141623

Re: Webserver

Hi Sem;colon,

thanks for the feedback.
yes, I am very much the newbie.

I did actually start out researching events and payloads, almost exactly as you have described.
But I couldn't see an easy way to retrieve the values that I had used events and payloads to set.

I have 4 iRule iOS remote apps ...
by drhyoung
Wed Nov 06, 2013 7:38 am
Forum: Plugin Support
Topic: Webserver
Replies: 331
Views: 141623

HTTP GET simple manipulation of variables

I have remotes that don't have a lot of capability so have had a good look at EG Webserver. I found a lot of other users, like myself, looking for some simple way to read and manipulate EG variables. POST and json are beyond the capabilities of my remotes (and me).

So I took to Python for the first ...