X Content-Type Header Missing

X Content-Type Header Missing TO prevent MIME-type sniffing we have to be very cautious. First check how it looks. Open any page of your website. I am using Firefox with firebug addon. You can use […]

Share Button

Remove server banner details from response header

Remove server banner details from response header If you don’t want to expose your Server Details on HTTP Response Header , you need to take care about it. First check how it looks. Open any […]

Share Button

Android Logcat over wifi

Most of the time for analytical purpose of mobile application we need to take Application logcat. To take this log or session data we need the following hardware – 1. Wifi Router 2. Desktop / […]

Share Button

Local Git Log

To see the git activity of our project we have to follow the following steps – 1.Download “GitList” from http://gitlist.org/ 2.Extract gitlist and paste it in “C:\wamp\www\gitlist” directory 3.Open “config.ini-example” file 4.Modify client and repositories […]

Share Button

Git Reset to Previous Version

Revert back to any previous version from Git Bash 1.Get the log history or commit details from git bash using “git log” 2.From this example , last commit is changes 3 and the hash is […]

Share Button