Replies: 1 comment 2 replies
-
That error message means that the REST operation requires admin privileges. The X-Keyfactor-Requested-With header is required as a measure to prevent XSRF: https://en.wikipedia.org/wiki/Cross-site_request_forgery As long as the header is set, any value will be OK. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use api to activate worker error: “ Admin not authorized to resource. Client certificate authentication required. ” Could you please tell me the reason for this?
required url: https://sign.vteamcloud.com/signserver/rest/v1/workers/reload
required parameter:
{
"workerIDs":[1]
}
request header: X-Keyfactor-Requested-With:admin
I don't know what to fill in for the value of X-Keyfactor-Requested-With, so just fill in an admin
Beta Was this translation helpful? Give feedback.
All reactions