Git with Eclipse
Git Setup with Eclipse To setup eclipse with your Git account please follow the steps –
Learning Never Ends …
Git Setup with Eclipse To setup eclipse with your Git account please follow the steps –
Add Multiple Plug-In in Visual Studio WebTest Open your “Web Performance and Load Test Project” which has multiple “webtest” Now add New project From “Solution” Create Class Library file. Example – “ClassLibrary1” A “Class1.cs” file […]
Session Cookie httponly and secure flag To secure your website cookies we have to made them secure (over https Chanel). First check how it looks. Open any page of your website. I am using Firefox […]
Directory traversal If we don’t set Directory traversal of then we can see any folder on website. Say for example – http://localhost/demo/mydir/ And it looks like – So all the 3 folder are visible to […]
Missing X-frame options header We have to change X-frame options header. First check how it looks. Open any page of your website. I am using Firefox with firebug addon. You can use Google chrome as […]