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

109
Vistas
Store response.data in a global variable

I'm trying to store response.data into a variable that can then be used outside of it's scope however it seems to always come back as undefined.

As you can see in the code, the first axios calls returns a token and then I later want to be able to use this token within the headers of the POST call.

const server = () => {
  var token;

  axios.get('http://xxxxx').then(
    response => {
      token = response.data;
    }
  );

  var configuration = {
    configToken: token
  };

  async function login() {
    return fetch('https://xxxx', {
      method: 'POST',
      headers: {
        Authorization: `Bearer ${configuration.configToken}`,
      },
    })
  }

  login();
};

export default server;
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

axios request you send depending on the server path. check if your server is https or http

about 4 years ago · Juan Pablo Isaza Denunciar
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