Forum Discussion

Brian_Gupta_115's avatar
Brian_Gupta_115
Icon for Nimbostratus rankNimbostratus
Feb 01, 2006

Header insert question.

I am looking to insert the client IP address as a header, so that a server that is behind a VIP that uses SNAT will be able to log the client IP address.

 

 

Has anyone had any luck doing this, with either Weblogic, Apache or Netscape? (It looks like Weblogic might need a different header).

 

 

Thanks,

 

Brian

 

 

P.S. If this is not the correct discussion forum, please direct me to the appropriate forum.
  • Hi,

     

     

    With Weblogic at backend we're doing it this way:

     

     

    when HTTP_REQUEST {

     

    HTTP::header insert WL-Proxy-Client-IP [IP::client_addr]

     

    }