Profile

Marc M

mkmr

Contact Details

mkmr

My Content

1 to 5 of 5 total
Posted By Marc M 01-02-2023 10:20
Found In Egroup: Pentaho
\ view thread
For anyone reading this post and looking for a solution: I added a HTTP client step including authentication before the REST client step and passed the response header received by HTTP step to REST step. That was good enough to be authenticated and get the API response rows. Unfortunately, I then ...
Posted By Marc M 01-02-2023 10:06
Found In Egroup: Pentaho
\ view thread
Hi I managed to authenticate and get a response from an API. Unfortunately, the response is partial and only 100 rows are returned. I will have to do other POST requests until there is no more a "next" value indicated in the XML rows I get. Any advice for achieving some kind of loop ? thx. ----- ...
Posted By Marc M 01-02-2023 09:58
Found In Egroup: Pentaho
\ view thread
Sorry for the late reply. Thank you Petr. Your answer was the solution. ------------------------------ Marc M Chief Information Officer mkmr ------------------------------
Posted By Marc M 10-25-2022 12:39
Found In Egroup: Pentaho
\ view thread
Thx Petr I will keep trying a bit more to build the Digest Auth. I'm now facing something more related to Javascript. I get a response in JSON format (it's not XML as I wrote, if I understand correctly now): ("Transfer-Encoding":"chunked","Server":"nginx","WWW-Authenticate":"Digest qop=\"auth\", r ...
Posted By Marc M 10-09-2022 09:22
Found In Egroup: Pentaho
\ view thread
Hi I'm having a hard time trying to set up digest Auth to get data from an API call. I have read and tried every advice found by google :( Via a web browser, it's enough to open https://apiservername/user?groupName=group to get a signin popup for username/password. And this gives me an XML file to save ...