Forum Moderators: coopster
Sometimes the domain name isn't tracked. This realy concerns me because it is server side track. These clients are also hidding the UserAgent...Im not concerned about this because it is deliever by the client (easily spoofed)
I get the domain using php with the code:
$_SERVER["HTTP_HOST"]
I know the issue is not because the the client is pulling by IP, tested that and the ip is recorded as domain. Does $_SERVER["HTTP_HOST"] pull its info from the webserver?
Does anybody have any idea? I would appreciated any help.
Im using the server variables: $_SERVER via php:
[us4.php.net...]
Out of curiosity my buddy duplicated this.
To do this he just added a line on his dns server pointing yahoo.com to my ip. After that he type yahoo.com on his browser, it pull up my site and my sript recorded the HTTP_HOST as yahoo.com
I understand why a client whould want to hide client side information, but why would someone want to spoof the server side info? I had four ip address do this.
Note that some user-agents which advertise HTTP/1.0 are actually HTTP/1.1 compliant, and *do* provide the Hostname header. So, it's not consistent, but HTTP/1.0 technically does not define that header.
Jim