THttpRequest response 206 - dont extract correctly response Information with TExtractJsonFields
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.