node.js - cookie in redirected response -
as shown in image below, trying set-cookie
in first redirect#1 response.
i succeed response request
module setting followredirect
false in request options, still not set-cookie
header.
a similar discussion here: https://github.com/request/request/issues/1502
anyone has managed use other module cookie redirected response? lot in advance!
response.headers['set-cookie']
should return values want.
Comments
Post a Comment