17 Apr 2019
04:48 PM
- last edited on
13 Dec 2021
02:58 PM
by
MaciejNeumann
Hello
how to know in Dynatrace Managed the values of the POST parameters of the HTML pages when there are several of them and that they are not visible in the web interface ?
Thank you
Solved! Go to Solution.
Hi,
To capture this informations, use the Request Attribute feature. This feature permit a capture a lot o data from request Header, GET and POST, and more.
See:
https://www.dynatrace.com/support/help/how-to-use-...
I hope have helped!;
Best,
João Vilacia
Hello,
The option that Joao is giving you is the only option to see the parameters in Dynatrace.
You should know before what parameter do you want to capture, so for that you have to ask to the Application Owner to provide you this info or use something like devtools from chrome to see the traffic that you are generating on the page. There is no option to see in Dynatrace all the POST parameters if you are not capture them (and it is a really bad idea capture all the parameters), that is why you need to know previously what you want to capture.
Regards
Hello,
Does this solution exist with Dynatrace Appmon 7.1?
Alex
No Appmon can't catch POST parameters.
I believe the correct answer here is that AppMon can capture POST parameters using Request Parameter source, but cannot capture POST body contents.
This is was I had in mind 🙂 thx