I'm trying to make a json call to get a big size of data, but when the result is too long I face a blank page with code response 200 which is confusing, see bellow apache access log:
10.142.20.26 - - [22/Jun/2020:21:04:10 +0200] "GET /test.php?_=1592852650343 HTTP/1.1" 200 -
When I limit the numbers of rows in the results it shows up perfectly.
I changed the output_buffering value to 10000, but still facing the same problem.