get Response of a Large JSON file using Rest
I have an endpoint which has a large JSON file probably 16 mb file. when I am using get function to get the response in chrome the browser keeps on running and HTTP status is given as - 0. The request gets timed out.When I run the endpoint as a url i...