Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
How to attach session or all browser cookies to a Node JS Api request

I currently have an interface defined for making calls, I was wondering how do I attach the browser cookies to each request? I tried document.cookie but I am getting an error

    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',
          'cookie': document.cookie

        }
      },
    });
    this.api.init();
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!