node.js - node-fetch returns null when cookies are received

后端 未结 0 1497
醉梦人生
醉梦人生 2020-12-08 08:57

I have a code:

const fetch = require(\'node-fetch\');

fetch(\'https://www.instagram.com/\', {method: \'GET\',  credentials: \'same-origin\'})
.then((res) =&g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题