WOL from an external HTTP request #172
Answered
by
seriousm4x
dupuysylvain
asked this question in
Help wanted
-
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.
Answered by
seriousm4x
Aug 21, 2023
Replies: 1 comment 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.
5 replies
Answer selected by
dupuysylvain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.