Secure External Links
- Last UpdatedJul 12, 2024
- 1 minute read
Any external links that need to be viewed in the Dashboard should be registered in the web.config file, including links to reports.
In the web.config file there is a section defined as <frame-src self="true">. Each external link should be registered within this section using an <add> element, for example:
<frame-src self="true">
<add source="https://{server}/ReportServer/Pages/ReportViewer.aspx?%2fAVEVA+NET+Reports%2fSystem+Summary&rs:Command=Render"/>
<add source="https://*.{mysite}.com"/>
</frame-src>