Re: [whatwg/url] Addressing HTTP servers over Unix domain sockets (#577)

PHJArea217 left a comment (whatwg/url#577)

Another example where the interpretation of domain names is used to allow connections to Unix domain sockets: https://nginx.org/en/docs/http/ngx_http_upstream_module.html

Here, we use the URL "http://backend" or "http://dynamic". Again, this is a totally normal URL, with the host name of "backend" or "dynamic". The `upstream` blocks effectively change how domain names and hostnames are interpreted.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/577#issuecomment-2722838011
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/577/2722838011@github.com>

Received on Thursday, 13 March 2025 22:41:46 UTC