I am using Communication.makeWebRequest to poll a REST API. The server appears to have an issue and intermittently returns an empty response instead of a JSON payload.
The response has HTTP/1.1 200 OK but includes Content-Length: 0 .
In the simulator...