<?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>article Web applications: Source actions are missing for subdomain navigations in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Web-applications-Source-actions-are-missing-for-subdomain/ta-p/239483</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;Starting with November 2022, browsers implemented a stricter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;referrer policy&lt;/A&gt;. This resulted in missing subdomain source actions for your applications monitored with Dynatrace.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;The referrer policy controls the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property on a target page. After the default referrer policy changed from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;no-referrer-when-downgrade&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;strict-origin-when-cross-origin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in 2022,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is populated only with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://web.dev/same-site-same-origin/#origin" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;origin&lt;/A&gt;, while the full URL of the source page is stripped away for cross-origin requests. For example, if you navigate from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://www.dynatrace.com/pricing" target="_blank"&gt;https://www.dynatrace.com/pricing&lt;/A&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://community.dynatrace.com" target="_blank"&gt;https://community.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the target page contains just&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://www.dynatrace.com" target="_blank"&gt;https://www.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;As the full URL of the source page is truncated, Dynatrace can't determine the exact origin of the navigation and has to drop the source action information. This results in navigation actions that are shorter than they would have been if the full URL of the source page had been available.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;To fix this issue, set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;referrer policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the origin page to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;no-referrer-when-downgrade&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;either via the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;Referrer-Policy&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;HTTP header or inside HTML. This will populate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the target page with the full URL of the source page (only when the protocol security level stays the same or improves: HTTP &amp;gt; HTTP, HTTP &amp;gt; HTTPS, HTTPS &amp;gt; HTTPS).&lt;/P&gt;
&lt;DIV class="sc-2c9efb72-0 fEsurk" data-testid="callout"&gt;
&lt;DIV class="sc-2c9efb72-1 jztlvn"&gt;
&lt;DIV class="sc-2c9efb72-3 jdURRz"&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;&lt;EM&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/EM&gt; Privacy-focused browsers like Brave ignore the set referrer policy, so it's always&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;strict-origin-when-cross-origin&lt;/CODE&gt;. For this reason, Dynatrace can't generate source actions for subdomain navigations within such browsers.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Mar 2024 11:40:00 GMT</pubDate>
    <dc:creator>maliborskaya</dc:creator>
    <dc:date>2024-03-19T11:40:00Z</dc:date>
    <item>
      <title>Web applications: Source actions are missing for subdomain navigations</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Web-applications-Source-actions-are-missing-for-subdomain/ta-p/239483</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;Starting with November 2022, browsers implemented a stricter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;referrer policy&lt;/A&gt;. This resulted in missing subdomain source actions for your applications monitored with Dynatrace.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;The referrer policy controls the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property on a target page. After the default referrer policy changed from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;no-referrer-when-downgrade&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;strict-origin-when-cross-origin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in 2022,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is populated only with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://web.dev/same-site-same-origin/#origin" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;origin&lt;/A&gt;, while the full URL of the source page is stripped away for cross-origin requests. For example, if you navigate from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://www.dynatrace.com/pricing" target="_blank"&gt;https://www.dynatrace.com/pricing&lt;/A&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://community.dynatrace.com" target="_blank"&gt;https://community.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the target page contains just&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;&lt;A href="https://www.dynatrace.com" target="_blank"&gt;https://www.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;As the full URL of the source page is truncated, Dynatrace can't determine the exact origin of the navigation and has to drop the source action information. This results in navigation actions that are shorter than they would have been if the full URL of the source page had been available.&lt;/P&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;To fix this issue, set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sc-gsFSXq dMCrLH sc-2d500c67-0 sc-8d216870-1 gPHVzu itVYXR" href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy" target="_blank" rel="noopener noreferrer" data-testid="external-link"&gt;referrer policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the origin page to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;no-referrer-when-downgrade&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;either via the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;Referrer-Policy&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;HTTP header or inside HTML. This will populate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;document.referrer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the target page with the full URL of the source page (only when the protocol security level stays the same or improves: HTTP &amp;gt; HTTP, HTTP &amp;gt; HTTPS, HTTPS &amp;gt; HTTPS).&lt;/P&gt;
&lt;DIV class="sc-2c9efb72-0 fEsurk" data-testid="callout"&gt;
&lt;DIV class="sc-2c9efb72-1 jztlvn"&gt;
&lt;DIV class="sc-2c9efb72-3 jdURRz"&gt;
&lt;P class="sc-gEvEer lcacrh sc-kAyceB kaaxKv sc-3b06fd1c-0 ivrEIu" data-testid="paragraph"&gt;&lt;EM&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/EM&gt; Privacy-focused browsers like Brave ignore the set referrer policy, so it's always&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="sc-gEvEer fFVnlo sc-eqUAAy bQBxQO" data-testid="code"&gt;strict-origin-when-cross-origin&lt;/CODE&gt;. For this reason, Dynatrace can't generate source actions for subdomain navigations within such browsers.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Mar 2024 11:40:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Web-applications-Source-actions-are-missing-for-subdomain/ta-p/239483</guid>
      <dc:creator>maliborskaya</dc:creator>
      <dc:date>2024-03-19T11:40:00Z</dc:date>
    </item>
  </channel>
</rss>

