hello,
from code :
if (!headers.has('User-Agent')) {
headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)');
}
I can change it but I CAN'T REMOVE IT.
So maybe something like this :
fetch(url,{
headers:{
"user-agent":null
})
it's not a big deal but I need it😊
thanks