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

213
Views
serialize cookies to send with https & electron

I want to get the cookies for a website to then send a get request to get specific items in the page I'm expecting, but for that I need to parse my cookie object to normal cookies to send with the request, how would I do that?

This is the cookie object I have:

[
  {
    name: 'PrestaShop-0aa17d6277372fd3fab8b8cb30e02692',
    value: 'cookie_value',
    domain: '.radiantcheats.net',
    hostOnly: false,
    path: '/',
    secure: false,
    httpOnly: true,
    session: false,
    expirationDate: 1646261182.476999,
    sameSite: 'unspecified'
  },
  {
    name: 'PrestaShop-196abe789f95f684ba8d0b78d562974a',
    value: 'cookie_value',
    domain: '.radiantcheats.net',
    hostOnly: false,
    path: '/',
    secure: true,
    httpOnly: true,
    session: false,
    expirationDate: 1646261181.477107,
    sameSite: 'unspecified'
  },
  {
    name: '__tawkuuid',
    value: 'cookie_value',
    domain: 'domain',
    hostOnly: false,
    path: '/',
    secure: false,
    httpOnly: false,
    session: false,
    expirationDate: 1660170817,
    sameSite: 'lax'
  }
]
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!