We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 011160f + 9bb6b7a commit a2757bcCopy full SHA for a2757bc
lib/webpagetest.js
@@ -93,6 +93,7 @@ function get(config, pathname, proxy, agent, callback, encoding) {
93
94
if (encoding !== "binary") {
95
options.headers["accept-encoding"] = "gzip,deflate";
96
+ options.headers["User-Agent"] = "WebpagetestNodeWrapper/v0.6.0";
97
}
98
99
if (agent) {
0 commit comments