Secure your website to be iframed

In this post I am going to explain how you can secure you website from being iFramed. When you are presenting sensitive data on website then you must secure your data from other websites. In order to do this, you need to add a below header on the web server.

Header Name – X-Frame options header

Options
                Deny – Block all the sites
                Sameorigin – Allow only the sites have same origin.
                Allow-From - Specify list of domain name

Comments

Popular posts from this blog

SSIS Merge Join - Both inputs of the transformation must contain at least one sorted column, and those columns must have matching metadata SSIS

jsGrid

Add Item to SharePoint List with attachment using client object model