rudders / homebridge-http

HTTP Plugin for Homebridge
Apache License 2.0
178 stars 110 forks source link

ajax #82

Open VanGog86 opened 6 years ago

VanGog86 commented 6 years ago

Good afternoon! thank you for the plugin. I have a problem, my code is lower `<?php $p_s_id = $_GET['p_s_id']; $s_id = $_GET['s_id']; $s_value = $_GET['s_value']; ?>

` if I call this script and the browser then all the parameters are passed http://192.168.8.8/js/siri.php?p_s_id=1&s_id=1&s_value=1 but if I insert this link into the plugin, then nothing happens, if I remove the Ajax then everything is OK