<?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: Website Input: How do I monitor a forum that requires authentication to retrieve new content? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188362#M19110</link>
    <description>&lt;P&gt;The forum likely users "forms authentication" not "HTTP authentication". With "HTTP authentication", the browser provides a form &lt;A href="http://i.stack.imgur.com/QnUZW.png"&gt;something like this&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The reason that the app doesn't support "forms authentication" is that it is very difficult to support.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I'm looking into supporting forms authentication (which would support this). If you want to follow development of this feature, see &lt;A href="http://lukemurphey.net/issues/758"&gt;this ticket&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update &lt;A href="http://lukemurphey.net/issues/758"&gt;2&lt;/A&gt;:&lt;/STRONG&gt;&lt;BR /&gt;
Form authentication is supported as of version 4.4. There are some cases the app won't be able to support (such as forms that use two-factor authentication, forms with captchas, etc.) but many forms work.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2015 21:26:10 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2015-09-01T21:26:10Z</dc:date>
    <item>
      <title>Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188358#M19106</link>
      <description>&lt;P&gt;Hi guys, I got a problem with the app Website Input and I really need ur help!&lt;BR /&gt;
Well, I wanted to monitor a forum and get the list of the themes. So I tried the app Website Input (&lt;A href="https://splunkbase.splunk.com/app/1818/"&gt;https://splunkbase.splunk.com/app/1818/&lt;/A&gt;) and it works well! Well not perfect.&lt;BR /&gt;
If the content can be shown in the monitored website without logging in, the app works, but the app can't receive the content which only will be displayed after I log in. I filled out the authentication section like this (which really is the account of the monitored website) :&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/592iCC29B7248072876E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And it just doesn't work. What splunk gets is the content of what I can see before I log in. For Example, the website shows "a" before I log in and shows "b" after I log in. No matter if I fill out the authentication section or not or what I fill out, Splunk only gets "a".&lt;BR /&gt;
Does anyone know how to solve this? And is there any other app to do that?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 08:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188358#M19106</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-08-28T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188359#M19107</link>
      <description>&lt;P&gt;I'm not sure, but I think that Authentication section is for something different than logins for sites like Facebook, forums, or indeed practically anywhere that uses passwords now.  &lt;/P&gt;

&lt;P&gt;Historically, there is a way not commonly seen any more of setting a password on a particular site that has nothing to do with a login on a web page - it's a login &lt;EM&gt;before&lt;/EM&gt; you get a web page which gives you access to the folder's worth of HTML files.  It is very basic, simple, and frankly a terrible way to do it, but it has its use cases - blocking robots, or doing some trivial protection on a home web site you want to keep the kids out of (but don't &lt;EM&gt;really&lt;/EM&gt; care if they figure out a way around it).  It was more useful in 1997.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.thesitewizard.com/apache/password-protect-directory.shtml"&gt;Here's an example&lt;/A&gt; of setting that up.&lt;/P&gt;

&lt;P&gt;From your screen shot, I'd guess &lt;EM&gt;that&lt;/EM&gt; is what this is for - logging into http authentication protected sites and not logging into Facebook or anything else that may use a username and password.&lt;/P&gt;

&lt;P&gt;I am willing to be proven wrong, though.  &lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 17:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188359#M19107</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-08-28T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188360#M19108</link>
      <description>&lt;P&gt;The author of the application has information on trouble-shooting the app here: &lt;A href="http://lukemurphey.net/projects/splunk-web-input/wiki/Troubleshooting"&gt;http://lukemurphey.net/projects/splunk-web-input/wiki/Troubleshooting&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It could be that the website is refusing to show content because it doesn't think the app is a web browser. Websites often block scrapers. You could try changing the user agent string (see &lt;A href="https://github.com/LukeMurphey/splunk-web-input/tree/master/src/README"&gt;https://github.com/LukeMurphey/splunk-web-input/tree/master/src/README&lt;/A&gt; ). You should verify, though, that using an automated method to retrieve web content from the website doesn't violate the terms of use--they may block your account if you abuse it.&lt;/P&gt;

&lt;P&gt;An simple way to test to see if the website is blocking unknown user agents is to attempt to authenticate by using wget or curl.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 17:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188360#M19108</guid>
      <dc:creator>nnmiller</dc:creator>
      <dc:date>2015-08-28T17:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188361#M19109</link>
      <description>&lt;P&gt;need help...&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 01:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188361#M19109</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-08-31T01:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188362#M19110</link>
      <description>&lt;P&gt;The forum likely users "forms authentication" not "HTTP authentication". With "HTTP authentication", the browser provides a form &lt;A href="http://i.stack.imgur.com/QnUZW.png"&gt;something like this&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The reason that the app doesn't support "forms authentication" is that it is very difficult to support.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I'm looking into supporting forms authentication (which would support this). If you want to follow development of this feature, see &lt;A href="http://lukemurphey.net/issues/758"&gt;this ticket&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update &lt;A href="http://lukemurphey.net/issues/758"&gt;2&lt;/A&gt;:&lt;/STRONG&gt;&lt;BR /&gt;
Form authentication is supported as of version 4.4. There are some cases the app won't be able to support (such as forms that use two-factor authentication, forms with captchas, etc.) but many forms work.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 21:26:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188362#M19110</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-09-01T21:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188363#M19111</link>
      <description>&lt;P&gt;Thank you for your reply. So we can't do it with Website Input right? Any suggestion to do that?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 01:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188363#M19111</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-09-02T01:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188364#M19112</link>
      <description>&lt;P&gt;It isn't supported yet. However, I'm looking into it.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 23:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188364#M19112</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-09-03T23:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Website Input: How do I monitor a forum that requires authentication to retrieve new content?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188365#M19113</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 06:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-Input-How-do-I-monitor-a-forum-that-requires/m-p/188365#M19113</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-09-04T06:05:17Z</dc:date>
    </item>
  </channel>
</rss>

