|
|
|
|
|
by Retric
235 days ago
|
|
> They're serving files to every IP address (no matter what machine is attached to it) that is capable of opening a socket and sending GET. Legally in the US a “public” web server can have any set of usage restrictions it feels like even without a login screen. Private property doesn’t automatically give permission to do anything even if there happens to be a driveway from the public road into the middle of it. The law cars about authorized access not the specific technical implementation of access. Which has caused serious legal trouble for many people when they make seemingly reasonable assumptions that say access to someURL/A12.jpg also gives them permission to someURL/A13.jpg etc. |
|
In the real world, these requests are being made, and servers are generating responses. So the way to change that is to change the logic of the servers.