LoadComplete Data Replacers & "LoadComplete will replace only the first match"
I have form pages where many field names and/or values contain a unique ID which is captured by a Data Selector associated with an earlier request.
On these form pages, I need to replace a portion of X number of field names/values using the value captured by the Data Selector, however the first match is the only one processed.
Per the Data Replacer documentation, "LoadComplete will replaceonly the first match".
Is there some other way to accomplish this replacement?
Check the Set Variable Value Operation - it could help populate the needed part of the request with the extracted values. If this works, you can subsequently use the result in a data replacer.
Thank you Alexey for your response. I don't believe I was specific enough with describing my issue.
I have a page that has multiple instances of the same string that need replacing. I have a Correlation Rule generated Data Replacer which works only for the first instance of the string found on the page. I need to have every instance of the string replaced, not just the first.
Below is an example string excerpt (from request body 147) containing the same value (5323438086533762) repeated ten times (in red) which needs to be replaced by a different value presented in the response body of request 134.