Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem, when i call thttpRequest and the response is 200 the flow of extract data continue OK, but if the response it's " 206 Partial Content" it doesnt work. The return is 206 but the service return the same information, with the same json struct.
I try to get the response with the "write response content in a file" but it doesnt work.
@Not defined Not defined ,May be json query path different from 200 to 206 ,can you check two reposes separately and see that problem.