I have been trying to figure out how to embed a third party page inside the html widget. Everything I have been trying doesnt seem to work. anyone have any advice on how to embed this url into an HTML widget ?
outagecenter.pseg.com/.../default.html
Add external websites to the SolarWinds Platform
Hope this helps. If your use case is different then please ignore the same.
__PRESENT
You could potentially do this using an iframe, but I would be unable to test in my environment because my instance doesn't talk to the Internet. I have used iframes in the past to display graphs and resources from detail views on a standard dashboard where they are traditionally unavailable.The problem you might run into here is that iframes are not the most secure thing in the world, and the website might block you from displaying the content on your SolarWinds dashboard since it's not originating from the same domain.If I'm mistaken and you're just trying to link to the page without actually displaying it, then a standard <a> element should work:
link text
Ref: https://solarwindscore.my.site.com/SuccessCenter/s/article/Use-the-Custom-HTML-widget-to-display-HTML-based-data-in-the-Orion-Web-Console?language=en_US
you're probably thinking of an iframe
iframes are rarely OK by security nowadays, so this frequently doesnt work the way it would like 10 years ago