mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 08:54:20 +03:00
Updated Technical Recommendations (markdown)
parent
ac246efab4
commit
d3e314956b
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
## General recommendations
|
||||
|
||||
* Make use of [HTTPS](https://en.wikipedia.org/wiki/HTTPS) (`https://...`) over [HTTP](https://en.wikipedia.org/wiki/HTTPS) (`http://...`) where possible
|
||||
* Use [HTTPS](https://en.wikipedia.org/wiki/HTTPS) (`https://...`) over [HTTP](https://en.wikipedia.org/wiki/HTTPS) (`http://...`) whenever 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!).
|
||||
|
||||
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, 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)**
|
||||
|
||||
|
|
Loading…
Reference in a new issue