Page MenuHomeDevCentral

Prefer to read url from HTTP_HOST than SERVER_NAME
ClosedPublic

Authored by dereckson on Nov 4 2017, 01:36.
Referenced Files
Unknown Object (File)
Mon, Oct 27, 18:24
Unknown Object (File)
Fri, Oct 24, 19:46
Unknown Object (File)
Thu, Oct 23, 16:01
Unknown Object (File)
Mon, Oct 20, 03:08
Unknown Object (File)
Mon, Oct 20, 00:38
Unknown Object (File)
Sat, Oct 18, 17:39
Unknown Object (File)
Fri, Oct 17, 21:02
Unknown Object (File)
Fri, Oct 17, 20:12
Subscribers
None

Details

Summary

The nginx web server allows to use an invalid domain name,
like _ as a server name.

In such case, we can't deduce a lot of things from the canonical
server name defined by the web server. HTTP_HOST is more informative.

Ref T1294

Reference: https://nginx.org/en/docs/http/server_names.html

Test Plan

On nginx, create a server block with server_name _;

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
Lint Not Applicable
Unit
Tests Not Applicable