You should be able to pass along cookies by setting it in the header of your request: const opts = { headers: { cookie: 'accessToken=1234abc; userId=1234' } ...
確定! 回上一頁