From 43e3f2a833843d58183ea495f7adbf71aaedeb57 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 5 Aug 2017 14:49:22 +0200 Subject: [PATCH] [Technical Recommendations] Recommend testing sites --- Technical-Recommendations.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Technical-Recommendations.md b/Technical-Recommendations.md index b8c4c3b..a1944e2 100644 --- a/Technical-Recommendations.md +++ b/Technical-Recommendations.md @@ -1 +1,27 @@ -* Bridges should make use of [HTTPS](https://en.wikipedia.org/wiki/HTTPS) (`https://...`) over [HTTP](https://en.wikipedia.org/wiki/HTTPS) (`http://...`) where possible \ No newline at end of file +## General recommendations + +* Make use of [HTTPS](https://en.wikipedia.org/wiki/HTTPS) (`https://...`) over [HTTP](https://en.wikipedia.org/wiki/HTTPS) (`http://...`) where possible + +## Test a site before building a bridge +Some sites make use of anti-bot mechanisms (e.g.: by using JavaScript) in which case they work fine in regular browsers, but not in the PHP environment. To check if a site works with RSS-Bridge just create a new bridge using the [template](https://github.com/RSS-Bridge/rss-bridge/wiki/BridgeAbstract#template) and load a valid URL (not the base URL!). + +**Example (using github.com)** + +```PHP +