diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2022-02-19 18:21:46 +0100 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2022-02-19 18:21:46 +0100 |
commit | 0ae279aa6279a7862343d74a45227e6298b2669c (patch) | |
tree | 5c316a92e3f2bec42a4c80a8b5969e40b01b857e /README | |
parent | 879c9529a19ad446ceca9b1bc45e560093d39801 (diff) | |
download | php-stuff-0ae279aa6279a7862343d74a45227e6298b2669c.zip |
Added proxy script
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -9,6 +9,18 @@ Deutschlandfunk Kalenderblatt which is only available online and as RSS feed but not as podcast. Requires PHP 8. +proxy +----- +A very simple kind of proxy. It adds an HTTP header for Basic +Authentication to all requests. On HTML websites all relative links +are replaced with proxy based links. +I use this script to embed external websites with Basic +Authentication into my personal Nextcloud instance without the need +to enter a password. +Use at your own risk - this script may break security aspects and +manipulates website content! + + rssfilter --------- A simple script to remove unwanted articles from an RSS feed, either |