Versions Compared

Key

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

...

Code Block
languagetext
wget -O- \
  --header 'x-user:x' \
  --header 'x-password:y' \
'httphttps://cdws21.ificlaims.com/search/schema/fields?fl=ucid,ttl'

...

Code Block
languagetext
wget -O- \
  --header 'x-user:x' \
  --header 'x-password:y' \
'httphttps://cdws21.ificlaims.com/search/query?q=*:*&fl=ucid&rows=1'

...

Info

Note: As of CDWS v2.4, a special HTTP header HTTPS header Accept type of text/x-solr returns the raw SOLR response. There is no paging block, nor response wrapper.

...