Is it possible to configure the user-agent of a simple Node JS server? For example, I would like to run my node server using an iPhone user agent to simulate the device display. Not sure if there is an NPM package doing this or a custom javascript to manipulate the user-agent of a Node JS server.Is it possible to configure the user-agent of a