Strange body on GET Request node response

Hi,

I am trying to get a JSON response from https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/adresseerbareobjecten. Authentication is fine but the result in the body not JSON. This while Postman returns it nicely.

Postman:

Knime:

Can someone explain how i could process the response in order to get wellformed JSON?

Thanks in advance!

I suspect it’s caused by the content-type. Can the Get Request node handle ‘HAL+JSON’??

Just to be sure: have you declared it as such in your GET Request - Request header?

1 Like

Solved it myself by passing the response in a Binary Objects to Strings node.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.