Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

138
Vistas
I set a cookie as secure from mi NodeJS API but I can not access the cookie even if my API and Front APP are in HTTPS

I have an API that send a cookie to the React front APP, but when I try to access the cookie from React I can not access, my two domains are HTTPS, the API is deployed on Heroku and the React APP is deployed on Firebase hosting.

This is the cookie I send from the API

res.cookie("isLogged", true, {
        httpOnly: false,
        sameSite: "none",
        secure: true,
        maxAge: 24 * 60 * 60 * 1000,
    })
    .status(200)
    .send();

The cookie is set on my react app but I can not access it through JS, not even on the console using: document.cookie

Thanks 💜

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda