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

how to get the POST parameters of the html pages in DT managed

Laurent_gallet-
Newcomer

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

 

6 REPLIES 6

joao_vilacia2
Inactive

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


rodrigo_alvare1
Dynatrace Champion
Dynatrace Champion

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


larrieu_alex
Newcomer

Hello,

Does this solution exist with Dynatrace Appmon 7.1?

Alex


No Appmon can't catch POST parameters.


Regards, Sebastian

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


Regards, Sebastian

Featured Posts