Correlating request and response for REST service invocations
I am invoking a rest services in a loop that iterates over an array of request elements. The response is mapped to a JS in Appery. I need to be able to track in the JS which request generated a particular response. The service response parameters themselves don't have information for me to identify the request.
How can I solve this issue?