Webclient Signature Helper - Medisana/vitadock-api GitHub Wiki
The OAuth Signature Helper is a tool to help you calculating the right signature for the OAuth-based communication. General information about which parameters the authorization header has to contain can be found in this article: Authorization header
-
Server: Select the server you want to send your request to.
-
Request type: Different request types require different parameters. Select the operation you want to execute on the server and the tool will tell you which parameters are needed to calculate the right signature for the authorization header.
-
Other Parameters: enter the required values for the other parameters.
The tool will output the base parameter string, the base signature string and a full request.