| /dokuwiki/inc/HTTP/ |
| H A D | DokuHTTPClient.php | 28 $this->proxy_host = $conf['proxy']['host']; 29 $this->proxy_port = $conf['proxy']['port']; 30 $this->proxy_user = $conf['proxy']['user']; 31 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']); 32 $this->proxy_ssl = $conf['proxy']['ssl']; 33 $this->proxy_except = $conf['proxy']['except'];
|
| H A D | HTTPClient.php | 11 * It supports POST and GET, Proxy usage, basic authentication, 50 // set these if you need to use a proxy 55 public $proxy_ssl; //boolean set to true if your proxy needs SSL 56 public $proxy_except; // regexp of URLs to exclude from proxy 144 * This method handles the whole HTTP communication. It respects set proxy settings, 188 // proxy setup 243 …$headers['Proxy-Authorization'] = 'Basic ' . base64_encode($this->proxy_user . ':' . $this->proxy_… 270 … if (isset($headers['Proxy-Authentication'])) unset($headers['Proxy-Authentication']); 289 // connection token to a proxy server. We still do keep the connection the 290 // proxy alive (well except for CONNECT tunnels) [all …]
|
| /dokuwiki/_test/ |
| H A D | proxy.conf.php.dist | 3 * This configures the access to a proxy server for HTTP related proxy tests.
|
| /dokuwiki/_test/tests/inc/ |
| H A D | IpTest.php | 199 * @param string $ip The proxy IP to test. 238 // Directly from an untrusted proxy. 244 // From a trusted proxy, but via an untrusted proxy. 256 // Directly from an untrusted proxy. 262 // From a trusted proxy, but via an untrusted proxy. 266 // Via a custom proxy. 312 // Running behind an SSL proxy, HTTP between server and proxy 313 // Proxy (REMOTE_ADDR) is matched by trustedproxies config 317 // Running behind an SSL proxy, HTTP between server and proxy 318 // Proxy (REMOTE_ADDR) is not matched by trustedproxies config [all …]
|
| H A D | httpclient_http_proxy.test.php | 15 $configuration = DOKU_UNITTEST . "proxy.conf.php"; 24 $this->markTestSkipped("Skipped proxy tests. Missing configuration");
|
| H A D | common_clientip.test.php | 35 // An X-Forwarded-For header from an untrusted proxy. 41 // An X-Forwarded-For header from a trusted proxy. 47 // An X-Forwarded-For header with proxies from an untrusted proxy. 53 // An X-Forwarded-For header with untrusted proxies from a trusted proxy. 59 // An X-Forwarded-For header with an invalid proxy from a trusted proxy.
|
| /dokuwiki/lib/plugins/config/lang/id-ni/ |
| H A D | lang.php | 22 $lang['proxy____host'] = 'Töi server proxy'; 23 $lang['proxy____port'] = 'Port proxy'; 24 $lang['proxy____user'] = 'Töi proxy'; 25 $lang['proxy____pass'] = 'Kode proxy'; 26 $lang['proxy____ssl'] = 'Fake ssl ba connect awö Proxy';
|
| /dokuwiki/inc/ |
| H A D | Ip.php | 4 * DokuWiki IP address and reverse proxy functions. 136 * Given the IP address of a proxy server, determine whether it is 141 * @param string $ip The IP address of the proxy. 143 * @return bool Returns true if the IP is trusted as a proxy. 164 * Get the originating IP address and the address of every proxy that the 167 * To prevent spoofing of the client IP, every proxy listed in the 169 * from which the connection was received (i.e. the final proxy). 171 * If the header is not present or contains an untrusted proxy then 194 // X-Forwarded-For: <client> [, <proxy>]... 201 // header has passed. The final proxy is the connection's remote address. [all …]
|
| /dokuwiki/lib/plugins/config/lang/th/ |
| H A D | lang.php | 66 $lang['proxy____host'] = 'ชื่อ server ของ proxy'; 67 $lang['proxy____port'] = 'port ของ proxy'; 68 $lang['proxy____user'] = 'user name ของ proxy'; 69 $lang['proxy____pass'] = 'รหัสผ่านของ proxy'; 70 $lang['proxy____ssl'] = 'ใช้ ssl ในการเชื่อมต่อกับ proxy';
|
| /dokuwiki/.github/workflows/ |
| H A D | testLinux.yml | 63 cp proxy.conf.php.dist proxy.conf.php
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 173 … // Trusted proxy servers from which to read the X-Forwarded-For header. 181 // Proxy setup - if your Server needs a proxy to access the web set these 182 $conf['proxy']['host'] = ''; 183 $conf['proxy']['port'] = ''; 184 $conf['proxy']['user'] = ''; 185 $conf['proxy']['pass'] = ''; 186 $conf['proxy']['ssl'] = 0; 187 $conf['proxy']['except'] = '';
|
| /dokuwiki/lib/plugins/config/lang/zh-tw/ |
| H A D | lang.php | 146 $lang['proxy____host'] = 'Proxy 伺服器名稱'; 147 $lang['proxy____port'] = 'Proxy 連接埠'; 148 $lang['proxy____user'] = 'Proxy 使用者名稱'; 149 $lang['proxy____pass'] = 'Proxy 密碼'; 150 $lang['proxy____ssl'] = '使用 SSL 連接到 Proxy'; 151 $lang['proxy____except'] = '比對 proxy 代理時應跳過的地址的正規式。';
|
| /dokuwiki/lib/plugins/config/lang/lv/ |
| H A D | lang.php | 130 $lang['proxy____host'] = 'Proxy servera vārds'; 131 $lang['proxy____port'] = 'Proxy ports'; 132 $lang['proxy____user'] = 'Proxy lietotāja vārds'; 133 $lang['proxy____pass'] = 'Proxy parole'; 134 $lang['proxy____ssl'] = 'Lietot SSL savienojumu ar proxy'; 135 $lang['proxy____except'] = 'Regulārā izteiksme tiem URL, kam nevar lietot proxy.';
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | lang.php | 199 …proxy servers from which to read the X-Forwarded-For header. Each item in the array may be either … 207 /* Proxy Options */ 208 $lang['proxy____host'] = 'Proxy servername'; 209 $lang['proxy____port'] = 'Proxy port'; 210 $lang['proxy____user'] = 'Proxy user name'; 211 $lang['proxy____pass'] = 'Proxy password'; 212 $lang['proxy____ssl'] = 'Use SSL to connect to proxy'; 213 $lang['proxy____except'] = 'Regular expression to match URLs for which the proxy should be skipped…
|
| /dokuwiki/lib/plugins/config/lang/pl/ |
| H A D | lang.php | 174 …proxy, z których można odczytać nagłówek X-Forwarded-For. Każdy element tablicy może być adresem I… 179 $lang['proxy____host'] = 'Proxy - serwer'; 180 $lang['proxy____port'] = 'Proxy - port'; 181 $lang['proxy____user'] = 'Proxy - nazwa użytkownika'; 182 $lang['proxy____pass'] = 'Proxy - hasło'; 183 $lang['proxy____ssl'] = 'Proxy - SSL'; 184 …except'] = 'Wyrażenie regularne określające adresy URL, do których nie należy używać proxy.';
|
| /dokuwiki/lib/plugins/config/lang/tr/ |
| H A D | lang.php | 95 $lang['proxy____host'] = 'Proxy sunucu adı'; 96 $lang['proxy____user'] = 'Proxy kullanıcı adı'; 97 $lang['proxy____pass'] = 'Proxy şifresi'; 98 $lang['proxy____ssl'] = 'Proxy ile bağlanırken ssl kullan';
|
| /dokuwiki/lib/plugins/config/lang/ro/ |
| H A D | lang.php | 135 $lang['proxy____host'] = 'Nume server Proxy'; 136 $lang['proxy____port'] = 'Port Proxy'; 137 $lang['proxy____user'] = 'Nume utilizator Proxy'; 138 $lang['proxy____pass'] = 'Parolă Proxy'; 139 $lang['proxy____ssl'] = 'Foloseşte SSL pentru conectare la Proxy'; 140 $lang['proxy____except'] = 'Expresie regulară de potrivit cu URL-uri pentru care proxy-ul tre…
|
| /dokuwiki/lib/plugins/config/lang/fi/ |
| H A D | lang.php | 144 $lang['proxy____host'] = 'Proxy-palvelimen nimi'; 145 $lang['proxy____port'] = 'Proxy portti'; 146 $lang['proxy____user'] = 'Proxy käyttäjän nimi'; 147 $lang['proxy____pass'] = 'Proxy salasana'; 148 $lang['proxy____ssl'] = 'Käytä ssl-yhteyttä kytkeytyäksesi proxy-palvelimeen'; 149 $lang['proxy____except'] = 'Säännönmukainen lause, URLiin, jolle proxy ohitetaan.';
|
| /dokuwiki/lib/plugins/config/lang/de/ |
| H A D | lang.php | 185 …Proxy-Server, von denen der X-Forwarded-For Header gelesen wird. Jeder Eintrag in der Liste kann e… 190 $lang['proxy____host'] = 'Proxy-Server'; 191 $lang['proxy____port'] = 'Proxy-Port'; 192 $lang['proxy____user'] = 'Proxy Benutzername'; 193 $lang['proxy____pass'] = 'Proxy Passwort'; 194 $lang['proxy____ssl'] = 'SSL bei Verbindung zum Proxy verwenden'; 195 $lang['proxy____except'] = 'Regulärer Ausdruck für URLs, bei denen kein Proxy verwendet werde…
|
| /dokuwiki/lib/plugins/config/lang/cs/ |
| H A D | lang.php | 185 …proxy serverů, ze kterých se načítá hlavička X-Forwarded-For. Každá položka v poli může být buď ad… 190 $lang['proxy____host'] = 'Název proxy serveru'; 191 $lang['proxy____port'] = 'Proxy port'; 192 $lang['proxy____user'] = 'Proxy uživatelské jméno'; 193 $lang['proxy____pass'] = 'Proxy heslo'; 194 $lang['proxy____ssl'] = 'Použít SSL při připojení k proxy'; 195 $lang['proxy____except'] = 'Regulární výrazy pro URL, pro které bude přeskočena proxy.';
|
| /dokuwiki/lib/plugins/config/lang/es/ |
| H A D | lang.php | 181 …proxy confiables desde los cuales se leerá la cabecera X-Forwarded-For. Cada elemento del arreglo … 186 $lang['proxy____host'] = 'Nombre del servidor Proxy'; 187 $lang['proxy____port'] = 'Puerto del servidor Proxy'; 188 $lang['proxy____user'] = 'Nombre de usuario para el servidor Proxy'; 189 $lang['proxy____pass'] = 'Contraseña para el servidor Proxy'; 190 $lang['proxy____ssl'] = 'Usar ssl para conectarse al servidor Proxy'; 191 $lang['proxy____except'] = 'Expresiones regulares para encontrar URLs que el proxy debería om…
|
| /dokuwiki/lib/plugins/config/lang/it/ |
| H A D | lang.php | 177 …proxy attendibili da cui leggere l\'intestazione X-Forwarded-For. Ogni elemento nell\'array può es… 182 $lang['proxy____host'] = 'Nome server proxy'; 183 $lang['proxy____port'] = 'Porta proxy'; 184 $lang['proxy____user'] = 'Nome utente proxy'; 185 $lang['proxy____pass'] = 'Password proxy'; 186 $lang['proxy____ssl'] = 'Usa SSL per connetterti al proxy'; 187 … = 'Espressioni regolari per far corrispondere le URLs per i quali i proxy dovrebbero essere …
|
| /dokuwiki/lib/plugins/config/lang/gl/ |
| H A D | lang.php | 139 $lang['proxy____host'] = 'Nome do servidor Proxy'; 140 $lang['proxy____port'] = 'Porto do Proxy'; 141 $lang['proxy____user'] = 'Nome de usuario do Proxy'; 142 $lang['proxy____pass'] = 'Contrasinal do Proxy'; 143 $lang['proxy____ssl'] = 'Utilizar ssl para conectar ao Proxy'; 144 …'proxy____except'] = 'Expresión regular para atopar URLs que deban ser omitidas polo Proxy.';
|
| /dokuwiki/lib/plugins/config/lang/nl/ |
| H A D | lang.php | 163 …pporteren. De standaard komt overeen met lokale netwerken. Laat leeg om geen proxy te vertrouwen.'; 171 $lang['proxy____host'] = 'Proxy server'; 172 $lang['proxy____port'] = 'Proxy port'; 173 $lang['proxy____user'] = 'Proxy gebruikersnaam'; 174 $lang['proxy____pass'] = 'Proxy wachtwoord'; 175 $lang['proxy____ssl'] = 'Gebruik SSL om een verbinding te maken met de proxy'; 176 $lang['proxy____except'] = 'Reguliere expressie om URL\'s te bepalen waarvoor de proxy overge…
|
| /dokuwiki/lib/plugins/config/lang/pt-br/ |
| H A D | lang.php | 181 …proxy confiáveis dos quais ler o cabeçalho X-Forwarded-For. Cada item na lista pode ser um ender… 186 $lang['proxy____host'] = 'Nome do servidor proxy'; 187 $lang['proxy____port'] = 'Porta do proxy'; 188 $lang['proxy____user'] = 'Nome de usuário do proxy'; 189 $lang['proxy____pass'] = 'Senha do proxy'; 190 $lang['proxy____ssl'] = 'Usar SSL para conectar ao proxy'; 191 $lang['proxy____except'] = 'Expressões regulares de URL para excessão de proxy.';
|