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.
I have a question. I've been playing with te webserver plugin but get some strange behavior. When I refreh the page the last event (from a clicked link) is generated again in eg. Is this normal?
For instance: When ik click the first link a event is triggerd ("BuitenlampSchuurSwitch") when I then refresh te page the event is triggered again.
Yes, if you notice in the URL you will have not only your page, but a question mark and some data. This gets parsed by Eventghost as the event and payload. This is how the web server works, it gets sent a command via a URL address and translates that. When you send an event, you are just going to that url, thus a refresh will trigger the event again. If you want to hide the event via the webserver, use some javascript and use an AJAX call.