cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the format of capture request http post parameter

henk_stobbe
DynaMight Champion
DynaMight Champion

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

,

1 REPLY 1

henk_stobbe
DynaMight Champion
DynaMight Champion

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)

Featured Posts