Vertaling van "httpOnly" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You may read the httpOnly wiki article for more details.
Reportez-vous à l'article de wiki httpOnly pour plus de détails.
The response message for error code 400 (bad request) could be used to expose httpOnly cookies.
Le message de réponse du code d'erreur 400 (mauvaise requête) pourrait être utilisé pour exposer les cookies httpOnly.
At that point, the cookie string will be accessible by JavaScript and it will be finally possible to send it to a third party even when the cookie is tagged as httpOnly.
A partir de là, la chaîne représentant le cookie sera accessible par JavaScript et, il sera finalement possible de l'envoyer à une partie tierce, même s'il a l'attribut HTTPOnly.
Tagging a cookie as httpOnly forbids JavaScript to access it, protecting it from being sent to a third party.
Marquer un cookie avec l'attribut HTTPOnly interdit à Javascript d'y accéder, le protégeant ainsi d'un envoi à une partie tierce.
boolean $httpOnly false Set to true to make HTTP only cookies.
boolean $httpOnly false Défini à true pour fabriquer uniquement des cookies HTTP.
You can enable their use by setting $this->Cookie->httpOnly = true;.
Vous pouvez les activer en utilisant $this->Cookie->httpOnly = true;.
httpOnly - Ensures the cookie is sent only over HTTP(S), not client JavaScript, helping to protect against cross-site scripting attacks.
httpOnly - Garantit que le cookie n'est envoyé que sur HTTP(S), pas au JavaScript du client, ce qui renforce la protection contre les attaques de type cross-site scripting.
Whether to use HTTPOnly flag on the session cookie.
Set your session cookies with the HttpOnly flag.
Prevent the use of a cookie on the client side with HttpOnly
Concretely, it will make us add to the product backlog actions such as escaping special characters, filtering user input or using the HttpOnly attribute to prevent the theft of session cookies.
Concrètement, elle nous fera ajouter au backlog du produit des actions comme l'échappement des caractères spéciaux, le filtrage des entrées utilisateurs ou encore l'usage de l'attribut HttpOnly pour éviter le vol des cookies de session.
Note that the restrictions imposed by the HttpOnly attribute can potentially be circumvented in some circumstances and that numerous other serious attacks can be delivered by the client-side script injection, aside from simple cookie stealing.
Veuillez noter que les restrictions imposées par l'attribut HttpOnly peuvent dans certains cas être contournées et que de nombreuses autres attaques graves peuvent être lancées grâce à l'injection d'un script côté client, au-delà du simple vol de cookie.
From the point of view of the server, the only difference with respect of the normal case is that the set-cookie header line is added a new field containing the string 'HttpOnly'
Du point de vu du serveur, la seule différence est que dans la ligne de l'en-tête set-cookie y est ajouté un nouveau champ contenant la chaîne de caractères 'HttpOnly'