Closed ghost closed 8 years ago
curl utility forces escaping of query parameters. recommend either using Authorization: OAuth $token
header or \?oauth\=$token
. closing this since it's not relevant to dockerworker, but feel free to follow up here.
thanks for the help. worked!
Hi,
I get the following error when I curl the webhook endpoint for my worker:
{"msg":"Token required for authentication"}
Here is the curl command:
Anything else I need to do?
thanks!