24 Jan 2018 12:18 PM
Hi
What is the format of capture request http post parameter, I am using everything after post, until the HTTP:
POST
/Test/2.0/ws HTTP/1.1\r\n -> /Test/2.0/ws
Should this work, or am I a little to optimistic?
KR Henk
,
Solved! Go to Solution.
02 Feb 2018 08:56 AM
Hi Henk,
This will not work! Dynatrace does not capture body content.
This only works when the post consists of key value pairs: eg
POST Name=Henk
If This is the case you can use the Name as a search argument, and when Dynatrace finds this in the POST, the label Henk wil be used!
(Thx to the explanation of Daniel Kaar)