aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/HttpUtils/ServerUrlTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Force HTTPS if the original port is 443 behind a reverse proxyArthurHoaro2017-12-021-0/+32
| | | | Fixes #1022
* Add tests to cover new server_url behaviorStephen Muth2017-07-121-0/+28
|
* Hide default port in local URL behind a reverse proxyArthurHoaro2017-01-031-0/+13
|
* Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-281-0/+13
| | | | Going through multiple reverse proxy will store multiple scheme and port in HTTP header separated by a comma. Shaarli will use the first one to generate server_url.
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-0/+135
Relates to #333 Modifications: - refactor server URL utility functions - do not access global `$_SERVER` variables - add test coverage - improve readability - apply coding conventions Signed-off-by: VirtualTam <virtualtam@flibidi.net>