<div dir="ltr"><div dir="ltr">On Fri, 22 Feb 2019 at 11:58, James Knott via talk <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 02/22/2019 11:33 AM, Giles Orr wrote:<br>
> We use this ability a fair bit at my work: the web server determines<br>
> what name you're looking for from the incoming header,<br>
<br>
What would be in the header?  All IP has in the header to differentiate<br>
connections is IP address and port number.  For example, if I wanted to<br>
access the Mississauga Library ebook collection, I could open a browser<br>
to 13.92.99.128 and it would connect to port 443 for https.  I have not<br>
provided any other information.  So, how would the appropriate server be<br>
accessed from that, when multiple servers share a single IP?<br></blockquote><div><br></div><div>You're correct: if the user provides only an IP address, the web server doesn't necessarily know how to respond.  You can set a default in the web server (at a hosting site it would almost certainly be to the hosting provider's main page).  But your use-case is vanishingly small: no one uses IP addresses anymore, and I'd suggest it's an actively bad idea since cloud services allow us (the web site creators) to change IP addresses as frequently as people change their clothes.  That's how it is now: the _name_ remains constant, but the IP changes intermittently.</div><div><br></div><div>This random changing of IP addresses is also why we're having a parallel discussion of "bad" and "good" IP neighbourhoods: if you take your name and move it from one neighbourhood to another, places like Spamhaus associate you (and thus your behaviour, warranted or not) with that of your neighbours.<br></div></div><br>-- <br><div dir="ltr" class="gmail_signature">Giles<br><a href="https://www.gilesorr.com/" target="_blank">https://www.gilesorr.com/</a><br><a href="mailto:gilesorr@gmail.com" target="_blank">gilesorr@gmail.com</a></div></div>