-
Hello, I'm working on a widget for Crafty Controller (minecraft) using the customapi widget function in Homepage. I'm a copy/paste beginner in coding. Essentially in the http request there is a header called e.g. headers:
X-API-Token: token # how do I make this a bearer token authentication? Crafty API reference: https://wiki.craftycontrol.com/en/4/docs/API%20V2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Fixed using: headers:
Authorization: Bearer [TOKEN] |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Beta Was this translation helpful? Give feedback.
Fixed using: