The minor issue from #1569.
Currently it by default sends "accept-encoding": "gzip,deflate,br".
I think it should send "accept-encoding": "gzip, deflate, br", header as browsers and other libraries do.
Separate "accept-encoding"'s values with ", " instead of just ",".
"node-fetch": "3.2.3"
The minor issue from #1569.
Currently it by default sends
"accept-encoding": "gzip,deflate,br".I think it should send
"accept-encoding": "gzip, deflate, br", header as browsers and other libraries do.Separate "accept-encoding"'s values with
", "instead of just","."node-fetch": "3.2.3"