cookie in redirected response

Sorry I dont have enough reputation to post the image, so I just paste the image url from github.

As shown this image (https://cloud.githubusercontent.com/assets/530145/6777142/bab3d244-d19a-11e4-9c15-4cbc9af23316.png), I am trying to get the set-cookie in the first redirect#1 response.

I succeed to get the response with request module by setting followRedirect to be false in the request options, but I still could not get the set-cookie from the header.

A similar discussion here: https://github.com/request/request/issues/1502

Anyone has managed to use any other module to get the cookie from redirected response? Thanks a lot in advance!

response.headers['set-cookie'] should return the values you want.