How Can I Bypass the X-Frame-Options: SAMEORIGIN HTTP Header?

UPDATE: 2019-12-30 It seem that this tool is no longer working! [Request for update!] UPDATE 2019-01-06: You can bypass X-Frame-Options in an <iframe> using my X-Frame-Bypass Web Component. It extends the IFrame element by using multiple CORS proxies and it was tested in the latest Firefox and Chrome. You can use it as follows: (Optional) … Read more

Get the content of a sharepoint folder with Excel VBA

The only way I’ve found to work with files on SharePoint while having to server rights is to map the WebDAV folder to a drive letter. Here’s an example for the implementation. Add references to the following ActiveX libraries in VBA: Windows Script Host Object Model (wshom.ocx) – for WshNetwork Microsoft Scripting Runtime (scrrun.dll) – … Read more