diff options
| author | 2022-04-24 22:22:51 +0200 | |
|---|---|---|
| committer | 2022-04-24 22:22:51 +0200 | |
| commit | 54710c20467ad613458b627275ade920e1dee7c7 (patch) | |
| tree | a44a8a0b69724c83f22d87fc1c20b201ca789c52 /docs | |
| parent | 4e16dd1ae5a8a21f49ead8aff61115819f43a3dc (diff) | |
Update 06_Mobile_access.md (#4325)
* Update 06_Mobile_access.md
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update docs/en/users/06_Mobile_access.md
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/06_Mobile_access.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md index 1795cf962..42d0aadb2 100644 --- a/docs/en/users/06_Mobile_access.md +++ b/docs/en/users/06_Mobile_access.md @@ -32,18 +32,17 @@ See the [page about the Fever compatible API](../developers/06_Fever_API.md) for 1. Under the section “Profile”, click on the link like `https://rss.example.net/api/` next to the field “API password”. 2. Click on first link “Check full server configuration”: - * If you get *PASS* then you are done, all is good: you may proceed to step 6. - * If you get *Bad Request!* or *Not Found*, then your server probably does not accept slashes `/` that are escaped `%2F`. Proceed to step 5. - * If you get any other error message, proceed to step 5. - + * If you get *PASS* then you are done; all is well. + * If you get *Bad Request!* or *Not Found*, then your server probably does not accept slashes `/` that are escaped `%2F`, see the next section "Fix server configuration". + * If you receive any other error message, see the next section “Fix server configuration”. ### Fix server configuration * Click on the second link “Check partial server configuration (without `%2F` support)”: * If you get `PASS`, then the problem is indeed that your server does not accept slashes `/` that are escaped `%2F`. * With Apache, remember the directive [`AllowEncodedSlashes On`](http://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes) - * Or use a client that does not escape slashes (such as EasyRSS), in which case proceed to step 6. - * If you get *Service Unavailable!*, then check from step 1 again. + * Or use a client that does not escape slashes (such as EasyRSS) ([`check client list`](https://github.com/FreshRSS/FreshRSS#apis--native-apps)). + * If you get *Service Unavailable!*, then check the preceding section “Enable the API in FreshRSS” again. * With __Apache__: * If you get *FAIL getallheaders!*, the combination of your PHP version and your Web server does not provide access to [`getallheaders`](http://php.net/getallheaders) * Turn on Apache `mod_setenvif` (often enabled by default), or `mod_rewrite` with the following procedure: @@ -55,4 +54,4 @@ See the [page about the Fever compatible API](../developers/06_Fever_API.md) for * If you get *File not found!*, check your server `fastcgi_split_path_info`. * If you get *FAIL 64-bit or GMP extension!*, then your PHP version does not pass the requirement of being 64-bit and/or have PHP [GMP](http://php.net/gmp) extension. * The easiest is to add the GMP extension. On Debian / Ubuntu: `sudo apt install php-gmp` - * Update and try again from step 3. + * Update and try again from the preceding section “Testing”. |
