Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The name of the parameter for the token. This can differ from implemenation implementation to implementation of a HTTP service. Check with the service in question as to what the expected parameter name is for the key token. 

...

The access token to use for the service. This should match the access level requrie require for the requested service. 

...

Authentication Parameters Type

The type of parameter to send the access key token as. The valid values of Cookie, Form, Header, and QueryString determine where the authentication parameter will be placed in the request sent. 

Username Key Name

 

Username

The name of the parameter for the username. This can differ from implementation to implementation of a HTTP service. Check with the service in question as to what the expected parameter name is for the username.

Username

The username of the user accessing the service. This user should have the level of access required to perform the action the HTTP request is asking for. 

Password Key Name

The name of the parameter for the password. This can differ from implementation to implementation of a HTTP service. Check with the service in question as to what the expected parameter name is for the password. 

Password

 The matching passing for the user of the service.