<?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: Splunkweb referrer missing since 6.5.5 in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390285#M9523</link>
    <description>&lt;P&gt;@ehudb use &lt;CODE&gt;window.location.href&lt;/CODE&gt; to store the URL variable and pass on to the external page as quesryString.&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 06:29:10 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-05-15T06:29:10Z</dc:date>
    <item>
      <title>Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390282#M9520</link>
      <description>&lt;P&gt;In Splunk 6.5.3, We've been using  document.referrer to get the url when linking from Splunk dashboard to external web server.&lt;BR /&gt;
We've been using that referrer to get the previous sid and use that within our external web app.&lt;/P&gt;

&lt;P&gt;After upgrading to Splunk 7.0.2, we found out Splunk no longer exposure the referrer, therefor we cannot use it to get the sid after navigating to external link.&lt;BR /&gt;
I have also installed 6.5.5 and 6.5.0 and found out the referrer feature exists on 6.50 but do not exists anymore on 6.5.5, so it must have been stopped somewhere in the middle.&lt;/P&gt;

&lt;P&gt;Is there any way to return the referrer attribute after navigating out from Splunk dashboard?&lt;/P&gt;

&lt;P&gt;Example of achieving the referrer  attribute:&lt;BR /&gt;
1. Open browser console&lt;BR /&gt;
2. Write 'document.referrer'&lt;BR /&gt;
3. Result on Splunk 6.5.0: &lt;BR /&gt;
"&lt;A href="https://splunksh:8000/en-GB/app/search/search"&gt;https://splunksh:8000/en-GB/app/search/search&lt;/A&gt;"&lt;BR /&gt;
Results on Splunk 6.5.5+:&lt;BR /&gt;
""&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 14:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390282#M9520</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2018-05-14T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390283#M9521</link>
      <description>&lt;P&gt;@ehudb, can you try &lt;CODE&gt;window.location.href&lt;/CODE&gt; instead of &lt;CODE&gt;document.referrer&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;PS: If QueryString is present and you dont need it, you can truncate the same using JavaScript.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 04:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390283#M9521</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-15T04:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390284#M9522</link>
      <description>&lt;P&gt;@niketnitay , &lt;CODE&gt;window.location.href&lt;/CODE&gt; shows the current url, while &lt;CODE&gt;document.referrer&lt;/CODE&gt; shows the previous url (the one that linked to this site)&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 06:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390284#M9522</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2018-05-15T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390285#M9523</link>
      <description>&lt;P&gt;@ehudb use &lt;CODE&gt;window.location.href&lt;/CODE&gt; to store the URL variable and pass on to the external page as quesryString.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 06:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390285#M9523</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-15T06:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390286#M9524</link>
      <description>&lt;P&gt;Ok I eventually used javascript to extract that data, so that's a decent workaround.&lt;BR /&gt;
Can you make your comment as an answer so I can mark that as correct answer?&lt;/P&gt;

&lt;P&gt;BTW,  I used your User talk on splunk wiki a lot, thanks for that!&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 13:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390286#M9524</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2018-05-16T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb referrer missing since 6.5.5</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390287#M9525</link>
      <description>&lt;P&gt;@ehudb glad it worked for you. I have converted my comment to answer. Please accept and up vote the comment/s that helped!&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-referrer-missing-since-6-5-5/m-p/390287#M9525</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-16T14:56:46Z</dc:date>
    </item>
  </channel>
</rss>

