Hi all,
Can some one point me to the right direction on how to retrive site visitors IP address? We are using 5.5. In the client context it dispaly's NO IP or sometime local host IP.
Thanks in advance !!
Sham,
In 5.5, the clientheaders has * listed by default:
/clientheaders
{
# Forward all request headers that are end-to-end. If you want
# to forward a specific set of headers, you'll have to list
# them here.
"*"
Do you still have to explicitly add
<%=slingRequest.getHeader("x-forwarded-for") %> OR
<%=slingRequest.getHeader("via") %>
If so, why doesn't "*" account for either scenerio?
North America
Europe, Middle East and Africa
Asia Pacific