I'm trying to get an XML file result of an API call and a digest Auth.
A similar question was answered here REST API calls through Pentaho Data Integration (Spoon) but I must be missing something.
the first REST client steps returns a 401 and a responseheader like this:
{"Transfer-Encoding":"chunked","Server":"nginx","WWW-Authenticate":"Digest qop="auth", realm="myapiserver", nonce="o7NrGEdcLsmv7Rm25uBJPn7HLRS9nYv_1665392364"","Connection":"keep-alive","Date":"Mon, 10 Oct 2022 08:59:24 GMT"}
but the token field is empty/blank. How do I get the token to pass to the following step?
Thx Marc