Versions Compared

Key

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

...

Example 2: setting the content-type as a query-string parameter

...

wget -O- \

...

 
--header 'x-user: x' \

...

 
--header 'x-password: y' \

...

 
'https://cdws21.ificlaims.com/search/query?q=solr&content-type=text/xml'


Note: All CDWS responses can be returned as either JSON or XML. The only exception is the attachment service method /attachment/fetch which returns the image bytes with corresponding response headers last-modified, content-type, and content-length appropriately populated.

...