Re: Client's IP address retrival
> I want to know about a method for detecting client's IP which is
> running behind a proxy server.
> I have tried functions available with PHP core but they are returning
> the address of proxy server not of the client's machinel.
> Is there any way to get the desired results.
This is hardly possible because of the way the proxies work! They
completely masquerade the user.
-- Evanescent Lurker --
.
Relevant Pages
- Re: Clients IP address retrival
... > Hi Group members! ... > I want to know about a method for detecting client's IP which is ... > I have tried functions available with PHP core but they are returning ... > the address of proxy server not of the client's machinel. ... (comp.lang.php) - Re: Clients IP address retrival
... Dave wrote: ... I want to know about a method for detecting client's IP which is ... the address of proxy server not of the client's machinel. ... You can't do it with PHP. ... (comp.lang.php) - Clients IP address retrival
... I want to know about a method for detecting client's IP which is ... I have tried functions available with PHP core but they are returning ... the address of proxy server not of the client's machinel. ... Prev by Date: ... (comp.lang.php) - Re: Clients IP address retrival
... > Hi Group members! ... > I want to know about a method for detecting client's IP which is ... The purpose of a proxy server is to isolate the IP's of the private ... Prev by Date: ... (comp.lang.javascript) - Re: Clients IP address retrival
... > Hi Group members! ... > I want to know about a method for detecting client's IP which is running ... > address of proxy server not of the client's machinel. ... Hardware, n.: The parts of a computer system that can be kicked ... (comp.lang.php) |
|