Coder Social home page Coder Social logo

Comments (12)

nijikokun avatar nijikokun commented on July 19, 2024

Are you using https ?

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024

yes, the get request url is https.

from unirest-nodejs.

nijikokun avatar nijikokun commented on July 19, 2024

Can you give me examples of what you're trying to do?

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024
 request = unirest.get "https://xxxxx"

  request.end( (res) ->
    console.log res.cookies
  )

from unirest-nodejs.

nijikokun avatar nijikokun commented on July 19, 2024

Look at the cookie header(s):

res.headers['cookie']
res.headers['set-cookie']

If the cookie you are looking for is not there the reason could be that it requires authentication or session identifier to see the cookie.

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024

the content in res.headers['cookie'], res.headers['set-cookies'] and res.cookies are the same.

if there is no such limitation top off your head, it probably because the cookie in the browser was stored from previous requests.

from unirest-nodejs.

nijikokun avatar nijikokun commented on July 19, 2024

Yes, a session based cookie, with minimal context that is what this sounds like

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024

very likely. thanks!

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024

@nijikokun OK find the reason. Because the request was redirected a few times. The data in set-cookie of the first request was not recorded in the final response res.cookie.

Is there a way to get the set-cookie in the first redirected response?

Thanks!

image

from unirest-nodejs.

nijikokun avatar nijikokun commented on July 19, 2024

Looking into it, might be an issue in the underlying library

from unirest-nodejs.

anklos avatar anklos commented on July 19, 2024

i tested with request, it also not returns set-cookie from first redirect.

from unirest-nodejs.

nijikokun avatar nijikokun commented on July 19, 2024

I've opened an issue on request request/request#1502

from unirest-nodejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.