Versions Compared

Key

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

...

Code Block
wget -O- \
  --header 'x-user: x' \
  --header 'x-password: y' \
  --header="Accept:text/xml"
'http://cdwscdws21.ificlaims.com/search/query?q=pn:ep-0700000-b1'

...

Code Block
wget -O- \
  --header 'x-user: x' \
  --header 'x-password: y' \
'http://cdwscdws21.ificlaims.com/search/query?q=solr&content-type=text/xml'

...