<div dir="ltr">hi everyone I just want to make the query string as a property within a httprequest by setting the businessTransaction <div>e.g.  got two httprequest </div><div>        GET /foo/bar?text=hello</div><div>        GET /foo/bar?text=world</div><div>        and want to classify them with query text by evaluateURL </div><div>        then node will got a property with name text and  values  hello and world<br><div><br></div><div>after seeing the apm-javax-servlet.json  only  the &#39;processHeaders&#39; will trigger a businessTranaction process when all other &#39;setdetails&#39;  has not been invoked which will attach the query string to &#39;node details&#39; , so the action &#39;evaluateUrl&#39; will never take effect, and all other actions like &#39;setContent&#39; or &#39;setProperty&#39; only findvalues in Headers and Content, unfortunately they don&#39;t hold the query string which only exists in details by default.</div></div><div><br></div><div>I am new to this, so am I missing something ? is there any way to achieve what I want without modify the default config?  thanks</div><div><br></div><div>best regards  <br></div></div>