Fixed error 414 (URI Too Long) when manually selecting to many RSS items

Switched form method to HTTP POST to prevent this.
pull/167/merge
luccioman 7 years ago
parent fb3032c530
commit 7496df93c3

@ -26,7 +26,7 @@
This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents.
</p>
<form action="Load_RSS_p.html" method="get" accept-charset="UTF-8">
<form action="Load_RSS_p.html" method="post" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><b>URL of the RSS feed</b></dt>
@ -130,7 +130,7 @@
#(/shownewfeeds)#
#(showitems)#::
<form id="rssfeed" action="Load_RSS_p.html"><fieldset>
<form id="rssfeed" method="post" action="Load_RSS_p.html"><fieldset>
<legend>RSS Feed of #[rss]#</legend>
<dl>
<dt>Title</dt><dd>#[title]#</dd>

Loading…
Cancel
Save