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

94
Vistas
How to use cookie auth for Open Api Calls after initial basic auth

I currently have a node.js code making some API calls and I have my interface defined. In the constructor of my interface, I am using basic auth for authorization but I want to switch to using cookies for authorization after the initial authorization. So something like it will check for specific cookies in the browser, if they are available it would use cookie auth else it would use basic auth. Can anyone help with this please.

    this.server = `${process.env.RESTRICTED_SERVER}`;
    this.ApiVer = '/rest/v3';
    this.api = new OpenAPIClientAxios({
      definition: 'rant_openapi_spec.json',
      axiosConfigDefaults: {
        baseURL: process.env.RESTRICTED_SERVER + '/rest/v3',
        auth: {
          username: process.env.ADMIN_USERNAME,
          password: process.env.ADMIN_PASSWORD
        },
        headers: {
          'content-type': 'application/json',
        }
      },
    });
    this.api.init();
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