Using a Token authenticator

Many web services require a service token or key to be passed with an HTTP header or parameter.
Prerequisites: You are working in Workbench and are connected to the station with an HttpClientNetwork.
Perform the following steps:
  1. Expand Authenticator in your HTTP Client.
  2. From the Auth-Type drop-down list, select either HeaderTokenAuth or ParameterTokenAuth and click Save.
    Image
    The driver updates the Config options.
  3. Expand Config, enter the Header Name or Parameter Name, add the service token/key/password to the Token slot and click Save.
  4. Right-click Http Client and select Actions > Send.
    The driver sends the request with the header/parameter and the Out slot reports the response.