diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-03-23 10:49:39 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-03-23 10:49:39 +0100 |
| commit | 7496df93c38ee63c032bf6791c65623faf4e76f8 (patch) | |
| tree | a91f5b2a9d2deacb3d425ddd7c160bb1f4e5219f /htroot/Load_RSS_p.html | |
| parent | fb3032c530e5e531a4167691f911d85d7edcf2ad (diff) | |
Fixed error 414 (URI Too Long) when manually selecting to many RSS items
Switched form method to HTTP POST to prevent this.
Diffstat (limited to 'htroot/Load_RSS_p.html')
| -rw-r--r-- | htroot/Load_RSS_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Load_RSS_p.html b/htroot/Load_RSS_p.html index bf67c3fb9..ce6b94767 100644 --- a/htroot/Load_RSS_p.html +++ b/htroot/Load_RSS_p.html @@ -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> |
