http headers - difference between REMOTE_HOST and REMOTE_ADDR -


what difference between these 2 variables?

remote_host , remote_addr

remote_host pertains hostname of client (i.e. computer making request). remote_addr refers ip address of client.

there times when hostname unresolvable remote_host return remote_addr or ip address instead.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -