I needed to communicate with an iframe on Sharepoint, however Sharepoint returned Load denied by X-Frame-Options … To override this limitation you have to create a Webpart page where you’ll add the code <WebPartPages:AllowFraming runat=”server” /> into the <asp:Content> section (that might work somewhere else, but I did this way). You can also add it […]
Disable X-Frame-Options on Sharepoint
- Post author By Aymeric
- Post date
- Categories In Astuce, English, Niveau intermédiaire, Programmation
- No Comments on Disable X-Frame-Options on Sharepoint