How can I change the user agent?
I want all requests made by the application to the API when it is SSR (response.render) to be sent with a specific user agent.
currently sending something like
"user-agent": "Mozilla/5.0 (Linux x64) node.js/16.16.0 v8/9.4.146.24-node.21"
You can set the user agent header in your interceptor file, here's an example: