<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Capturing login call response with Dynatrace in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162918#M4835</link>
    <description>&lt;P&gt;And the last mile will be to leverage the Request Attribute value as a action or/and session property.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 10:12:13 GMT</pubDate>
    <dc:creator>Yosi_Neuman</dc:creator>
    <dc:date>2021-03-16T10:12:13Z</dc:date>
    <item>
      <title>Capturing login call response with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162895#M4831</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we have a mobile app-&amp;gt;apache-&amp;gt;tomcat stack we are monitoring with Dynatrace, and we would like to extract (for example) the result of a login call (I'm talking of the applicative result, so it's a field in the response, not the HTTP code).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you confirm that Dynatrace can't extract the result from an HTTP response?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only way of doing this, if I'm correct, is to intercept the calls to the Java methods and try to extract a return value (via Settings-&amp;gt;Server-side service monitoring-&amp;gt;Request attributes). Is this correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 21:23:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162895#M4831</guid>
      <dc:creator>dantonag</dc:creator>
      <dc:date>2021-03-20T21:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing login call response with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162896#M4832</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40923"&gt;@dantonag&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes. We can have the following using the request attributes, but not the response body.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;HTTP POST parameter&lt;/LI&gt;&lt;LI&gt;HTTP request header&lt;/LI&gt;&lt;LI&gt;HTTP response header&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:29:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162896#M4832</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2021-03-16T08:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing login call response with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162898#M4833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can indeed extract portions of the response body by defining request attributes with the data source being, in this case, Java method parameters. You probably need to work with the developers a bit, to figure out which class and method outputs the data which you want to extract.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:49:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162898#M4833</guid>
      <dc:creator>kalle_lahtinen</dc:creator>
      <dc:date>2021-03-16T08:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing login call response with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162904#M4834</link>
      <description>&lt;P&gt;In general dynatrace does not allow for capturing the payload of an HTTP calls. The only exception is &lt;EM&gt;HTTP POST parameters&lt;/EM&gt;&amp;nbsp;of a request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But you most certainly can get the data you need via a&amp;nbsp;&lt;EM&gt;Java method parameter(s)&amp;nbsp;&lt;/EM&gt;Request Attribute, you just have to find the correct class/method to capture the argument you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 09:12:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162904#M4834</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2021-03-16T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing login call response with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162918#M4835</link>
      <description>&lt;P&gt;And the last mile will be to leverage the Request Attribute value as a action or/and session property.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 10:12:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Capturing-login-call-response-with-Dynatrace/m-p/162918#M4835</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2021-03-16T10:12:13Z</dc:date>
    </item>
  </channel>
</rss>

