Hi readers,
I have a flow with HTTP request node, use the GET request with JSON formatting and it connects and reads some data. Thing is, the connection seems to be closed before the real data is received.
In the returned header is defined "chunked" and the http state is 201 (request has led to the creation of a resource) so somehow the node needs to wait for the data, but it does not.
Has anyone an idea how to approach?
Best regards,