Remote-Wake-Sleep-On-LAN-Server
Remote-Wake-Sleep-On-LAN-Server copied to clipboard
Send command with web request?
Is it possible to make a web request to send the wake command as opposed to using the webapp? if so, what query params/payload/header are required?
Thanks!
Certainly possible. Just review the $_GET and $_POST parameters that are passed into the PHP script and send those programmatically instead of from the form.