NodeJS Get HostName from request ExpressJS
Sometimes we need hostname to do various log activities. We can get the hostname from the request property in ExpressJS NodeJS. We have two options to get the hostname: Request HostName Property Below code is shown to get hostname from request object. Header Method of Request Get hostname from the …