Answer the question
In order to leave comments, you need to log in
Is there any way to get the cookie from another server?
I want to fetch a cookie from a site that has HTTPS protocol when I send a request:
request(url, function (error, response, body) {
if (!error && response.statusCode == 200) {
console.log(response.headers);
}
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question