|
|
|
|
|
by grayhatter
227 days ago
|
|
Someone using a VPN is not lying. The intent of a user agent is to identify the software sending the request. The IP address isn't sent by the browser, and isn't part of the HTTP request. It's part of the routing information required to deliver the packet back to the client. If a client sent it's "real" IP address as an HTTP header, and I tried to respond to that IP instead of the IP address from the TCP packet. It would never arrive. There's a difference between sending no data, and sending false data. I don't block requests without http referrers for that very reason. |
|