in the node-fetch decorator fetch-cookie/node-fetch the options provided by user are not passed further through redirects, is it intentional? In some authentications (e.g. google) they require to have user-agent in every redirect, otherwise it forwards to inappropriate url. I think this line:
Hi,
in the node-fetch decorator
fetch-cookie/node-fetch
the options provided by user are not passed further through redirects, is it intentional? In some authentications (e.g. google) they require to have user-agent in every redirect, otherwise it forwards to inappropriate url. I think this line:should be changed into:
Br, hh