Vertaling van "Set-Cookie" in Engels
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.
Por ejemplo, cuando se usa un encabezado de respuesta Set-Cookie, debes almacenar la cookie y, luego, incluirla con cada solicitud posterior.
For example, when a Set-Cookie response header is used, you must store the cookie and include it with each subsequent request.
En el inicio de sesión exitoso, la respuesta del servidor incluye el encabezado Set-Cookie que contiene el nombre de la cookie, el valor, el tiempo de caducidad y otra información.
On the successful login, the server response includes the Set-Cookie header that contains the cookie name, value, expiry time and some other info.
Tiene un encabezado Set-Cookie.
It has a Set-Cookie header.
Utilizar CDN Una forma fácil para arreglar esta situación es el uso de un proveedor CDN que tiene la capacidad de ignorar y eliminar los cookies que va a impedir que el cliente reciba la cabecera de Set-Cookie como respuesta.
One easy way to fix this warning is to use a CDN provider that has the ability to ignore cookies as well as strip cookies which will completely prevent the client from receiving the Set-Cookie response header.
Si hay un signo de punto y coma final en el campo Set-Cookie de una cookie de aplicación, el balanceador de carga hace caso omiso de la cookie.
If you have a trailing semicolon in the Set-Cookie field of an application cookie, the load balancer ignores the cookie. Contents
La cabecera de respuesta HTTP Set-Cookie se usa para enviar cookies desde el servidor al agente de usuario.
The Set-Cookie HTTP response header is used to send cookies from the server to the user agent.
Al recibir una petición HTTP, un servidor puede enviar una cabecera Set-Cookie junto con la respuesta.
When receiving an HTTP request, a server can send a Set-Cookie header with the response.
El encabezado HTTP reservado para el uso de las cookies se denomina Set-Cookie. Está compuesto por una línea de texto simple con el siguiente formato
The HTTP header reserved for the use of cookies is called Set-Cookie, it is made up of a simple line of text in the following format
Cuando se recibe una petición HTTP un servidor puede mandar una cabecera Set-Cookie.
On receiving an HTTP request, a server can send a Set-Cookie header with the response.
El encabezado de respuesta HTTP Set-Cookie envía las cookies del servidor al agente de usuario.
The Set-Cookie HTTP response header sends cookies from the server to the user agent.
Descripción: Existía un problema de validación de entradas en el análisis del encabezado Set-Cookie.
El contenido de la cabecera "Set-Cookie:"que se utiliza en la petición HTTP.
The contents of the "Set-Cookie:"header to be used in the HTTP request.
Se trata de una serie de caracteres que comienza con "Set-Cookie" y continúa con pares de valores clave con el formato Nombre=Valor, separado por comas.
It is a string of characters beginning with "Set-Cookie:" and followed by value pairs in the format Name=Value, separated by semi-colons.