Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

CDWS uses credential-based authentication and authorization. Credentials are set using custom HTTP HTTPS headers:

key
Key
value
Value
x-useruser name provided by IFI CLAIMS
x-passwordpassword provided by IFI CLAIMS

Example:

Code Block
# using command-line utility wget
wget --header 'x-user: USER' --header 'x-password: PASSWORD' httphttps://...
 
# using command-line utility curl
curl -H 'x-user: USER' -H 'x-password: PASSWORD' httphttps://...