Hi,
We’re struggling with an issue using network.request with our self hosted Parse server. On the simulator (PC) the request is accepted and provides the expected results. However, on android test device the request returns a different result, from which it seems that part of the request params are ignored.
We checked the input to the request and it seems the same on both. We suspect perhaps the network.request method behaves differently on the device and outputs a different call. We would like to see or print the actual output that is sent over the web to the server. Is there a way to catch and print this data on the device?