Page 1 of 1

Akamai & Thunderstone

Posted: Fri Aug 30, 2013 3:55 pm
by gerry.odea
Is there a way to read the headers? Akamai is using proxys so when I use $REMOTE_ADDR it lists the proxy addresses, but Akamai is also sending True-Client-IP in the header. I have tried reading it as $TRUE_CLIENT_IP but I am having no luck. How do you read html header requests? Thanks in advanced! Gerry

Akamai & Thunderstone

Posted: Fri Aug 30, 2013 4:46 pm
by John
That should come through as $HTTP_TRUE_CLIENT_IP as HTTP headers are prefixed with HTTP_

Akamai & Thunderstone

Posted: Fri Aug 30, 2013 4:48 pm
by mark
You can also use <varinfo list> to discover all available variables.