I am running into an issue where nothing is being mapped from the web request on larger responses from an external API endpoint. If I look at the responses in Postman or Visual Studio the large response is valid JSON and in the same format as the smaller ones.
The only difference I can see is that Appfarms own debug log shows it on a sinle line with newline charachters instead of a formatted view. See attached screenshots. Is there a line limit or similar on web request responses?
The small response is 700 lines 24kb and the big one is 23000 lines 789kb.