Remote-Wake-Sleep-On-LAN-Server icon indicating copy to clipboard operation
Remote-Wake-Sleep-On-LAN-Server copied to clipboard

Send command with web request?

Open ethanopp opened this issue 1 year ago • 1 comments

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!

ethanopp avatar Nov 25 '23 20:11 ethanopp

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.

sciguy14 avatar Feb 25 '24 05:02 sciguy14