edpatterson
IS-IT--Management
- Feb 24, 2005
- 186
I am implementing a proxy server which allows users to submit URL requests for approval. Basically they are configured for the proxy. If they attempt to access a resource that is not allowed they are presented with a form listing the resource, their name as known to Active Directory and IP Address.
Problem is the name as known to Active Directory and IP address are the account who last authenticated to the Proxy server console and it's IP address.
I have tried $_SERVER['REMOTE_ADDR] (proxy address) and $_SERVER['HTTP_X_FORWARDED_FOR'] (blank)
So close... I am using the ccProxy software if that helps.
Ed
Problem is the name as known to Active Directory and IP address are the account who last authenticated to the Proxy server console and it's IP address.
I have tried $_SERVER['REMOTE_ADDR] (proxy address) and $_SERVER['HTTP_X_FORWARDED_FOR'] (blank)
So close... I am using the ccProxy software if that helps.
Ed