If I make a fetch request in Node.js, and I want to make the fetch request look as browser-like as possible, what headers should I set besides the obvious User Agent header?
Similar to this question: Can I make a get request look like that of a browsers? but a little more specific (I only care about setting headers).