<?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: After hitting a hyperlink can we bypass the username and password in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533629#M36344</link>
    <description>&lt;P&gt;There's no way (that I know of) to do that in Simple XML.&amp;nbsp; You can, however, convert your dashboard to HTML (be sure to save the original in Simple XML) and add your code to it.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Dec 2020 00:26:21 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-12-19T00:26:21Z</dc:date>
    <item>
      <title>After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533607#M36336</link>
      <description>&lt;P&gt;In source code we give a link when we hit on it, it will take us to the url we have given.&lt;/P&gt;&lt;P&gt;My question is if that website asks for credentials can we bypass the credentials by storing them in source code if yes please give me the suggestions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 19:26:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533607#M36336</guid>
      <dc:creator>153310424</dc:creator>
      <dc:date>2020-12-18T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533609#M36337</link>
      <description>&lt;P&gt;It depends on the destination.&amp;nbsp; If it allows it then you may be able to include the credentials in the URL.&amp;nbsp; This is not secure, however, so not many web sites allow it in GET requests.&amp;nbsp; Splunk dashboards only support GETs.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 19:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533609#M36337</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-18T19:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533613#M36339</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give the example please because in html as follows I see it allows to store the credentials and we can login directly without the login page.&lt;/P&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;body &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;onload&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"loginForm()"&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;form &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;action&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"&lt;A href="https://cdn.crunchify.com/wp-content/uploads/code/success.html" target="_blank" rel="noopener"&gt;https://cdn.crunchify.com/wp-content/uploads/code/success.html&lt;/A&gt;"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;name&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"myform"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;method&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"post"&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;input &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;type&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"text"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;name&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"email"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;value&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"myemail@crunchify.com"&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;input &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;type&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"password"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;name&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"password"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;value&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"mypassw@rd"&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;input &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;type&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"submit"&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;value&lt;/SPAN&gt;=&lt;SPAN class="crayon-s"&gt;"Login"&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;/&lt;SPAN class="crayon-i"&gt;form&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;&amp;lt;&lt;/SPAN&gt;/&lt;SPAN class="crayon-i"&gt;body&lt;/SPAN&gt;&lt;SPAN class="crayon-h"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-h"&gt;Can the same be happen in splunk panel If yes can you please modify the following example and send me please&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;&lt;A href="http://gmail.com&amp;lt;/link" target="_blank" rel="noopener"&gt;http://gmail.com&amp;lt;/link&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Dec 2020 20:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533613#M36339</guid>
      <dc:creator>153310424</dc:creator>
      <dc:date>2020-12-18T20:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533629#M36344</link>
      <description>&lt;P&gt;There's no way (that I know of) to do that in Simple XML.&amp;nbsp; You can, however, convert your dashboard to HTML (be sure to save the original in Simple XML) and add your code to it.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 00:26:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533629#M36344</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-19T00:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533636#M36347</link>
      <description>&lt;P&gt;Can you please share the process of converting the xml to html briefly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 04:11:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533636#M36347</guid>
      <dc:creator>153310424</dc:creator>
      <dc:date>2020-12-19T04:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: After hitting a hyperlink can we bypass the username and password</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533657#M36349</link>
      <description>&lt;P&gt;See &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/visualizedata/convertsimplexml/#To-convert-a-Simple-XML-dashboard-to-HTML" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/visualizedata/convertsimplexml/#To-convert-a-Simple-XML-dashboard-to-HTML&lt;/A&gt; and &lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/What-role-is-necessary-to-convert-dashboards-to-html/m-p/124856" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/What-role-is-necessary-to-convert-dashboards-to-html/m-p/124856&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 18:02:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-hitting-a-hyperlink-can-we-bypass-the-username-and/m-p/533657#M36349</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-19T18:02:13Z</dc:date>
    </item>
  </channel>
</rss>

