Akamai & Thunderstone

Post Reply
gerry.odea
Posts: 98
Joined: Fri Sep 19, 2008 9:33 am

Akamai & Thunderstone

Post 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
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Akamai & Thunderstone

Post by John »

That should come through as $HTTP_TRUE_CLIENT_IP as HTTP headers are prefixed with HTTP_
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Akamai & Thunderstone

Post by mark »

You can also use <varinfo list> to discover all available variables.
Post Reply