WOL from an external HTTP request #172
-
Hello, I was wondering if it was possible to use an HTTP request to WOL one of the PCs ? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey, yes it is possible. You can use Make sure to authorize first and then send the token as bearer. |
Beta Was this translation helpful? Give feedback.
-
Could you give an example of a simple wakeup request that can betriggered from a Windows machine from batch/ps (board tools)? |
Beta Was this translation helpful? Give feedback.
Hey, yes it is possible. You can use
/api/upsnap/wake/:id
.See the wiki here: https://github.com/seriousm4x/UpSnap/wiki/Rest-API#ive-extended-the-default-pocketbase-api
Make sure to authorize first and then send the token as bearer.