We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c77bf2 + e09d3b1 commit 879a799Copy full SHA for 879a799
1 file changed
index.js
@@ -35,6 +35,9 @@ app.all('*', (req, res) => {
35
xhr: req.xhr,
36
os: {
37
hostname: os.hostname()
38
+ },
39
+ connection: {
40
+ servername: req.connection.servername
41
}
42
};
43
if (process.env.JWT_HEADER) {
0 commit comments