http basic authentication – French Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
17
Results
6
Domains
salondelautodequebec.com
Show text
Show cached source
Open source URL
Our API available to customers is secured by HTTPS and an API token that leverages
HTTP Basic authentication
.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
staffbase.com
as primary domain
Nous formons tous nos développeurs, de manière régulière, aussi bien sur les vulnérabilités du développement que sur la confidentialité des données de nos clients.
audiolibromusica.com
Show text
Show cached source
Open source URL
Authentication can be done through authentication headers only (HTTP Basic). Each request should contain a valid authentication header with your personal login and password. The safest way of connecting is using
HTTP Basic authentication
over HTTPS.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
webcron.org
as primary domain
L'authentification peut être seulement faite à travers les "authentication headers" (HTTP Basic). Chaque requête doit contenir un entête d'authentification valide avec votre identifiant et votre Mot de Passe. La méthode de connexion la plus sûre est d'utiliser une authentification (HTTP Basic authentication) par HTTPS.
9 Hits
cmoy.wri-irg.org
Show text
Show cached source
Open source URL
- [F] # Allow Network Access and/or Basic Auth Satisfy any # Network Access Control Require ip 192.168.1.0/24 #
HTTP Basic Authentication
AuthType basic AuthName "Protected Intranet Area" AuthBasicProvider file AuthUserFile conf/protected.passwd Require valid-user
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
cmoy.wri-irg.org
as primary domain
SSLCACertificateFile conf/ssl.crt/company-ca.crt
# En dehors de subarea, seul l'accès depuis l'intranet est # autorisé Require ip 192.168.1.0/24
# Dans subarea, tout accès depuis l'intranet est autorisé # mais depuis l'Internet, seul l'accès par HTTPS + chiffrement fort + Mot de passe # ou HTTPS + chiffrement fort + certificat client n'est autorisé. # Si HTTPS est utilisé, on s'assure que le niveau de chiffrement est fort. # Autorise en plus les certificats clients comme une alternative à # l'authentification basique. SSLVerifyClient optional SSLVerifyDepth 1 SSLOptions +FakeBasicAuth +StrictRequire SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128 # ON oblige les clients venant d'Internet à utiliser HTTPS RewriteEngine on RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.[0-9]+$ RewriteCond %{HTTPS} !=on RewriteRule . - [F] # On permet l'accès soit sur les critères réseaux, soit par authentification Basique Satisfy any # Contrôle d'accès réseau Require ip 192.168.1.0/24 # Configuration de l'authentification HTTP Basique AuthType basic AuthName "Protected Intranet Area" AuthBasicProvider file AuthUserFile conf/protected.passwd Require valid-user