Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Sunday, October 10, 2010

Using X-Forward-For Header

Say if you have a web server on top of your application server, you can use "x-Forward-For" HTTP header in the application server to get the real IP of the client.

Note: Remote host only returns the IP of the web server instead.

Thursday, November 1, 2007

Tracing IP and e-mail header information

I found some resources for tracing IP and e-mail header stuff...

Find the IP of the e-mail sender via header:
http://www.infobanc.com/articles/faida5_12.htm

Trace the IP location:
http://visualroute.visualware.com/

CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...