Hi All,
We have a Single Page Applications who is always calling the same url (a java servlet) but passing it always some post variable called req_data which includes two values, action and values. the format of the parameter as seen in developer tools for example is as follows:
{action: "com.a.service.task.method";value: "val1"}We actually need to measure times based on the values of the action but I'm failing to get the parameter values and parse them using regex.
As I have not done this before, could someone please help and point me to the right page in the docs that shows how to do that or even better just provide the guidelines ?
We're working with DCRUM 12.3
Thanks a lot,
Gil.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET