First, I have re-enabled the html web settings on my server. I am running 2020.2.5
I have an ASP page that is accessed from the same HTTPS server that Orion is on. It's not actually in the Orion subdirectory, but it's still the same server and uses the same certificate. When I load this page directly, I'm able to see basic HTML and (and any asp I have) on the page.
When I create a custom HTML widget, and I use this for the url in the iframe:
"/somedirectory/somepage.asp"
or
"/somedirectory/somepage.asp"
...to indicate a page on the same server, nothing shows up at all in the HTML box.
When I use this in the iframe tag:
"myfqdn.blah.com/.../somepage.com
...I am able to see the basic html (and processed asp) on the page
However, I'm building this widget for use on the /Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:123
The point of this widget is to show customer information related to the node being viewed. I need to pull that NetObject variable from parent page's URL (in this case the NodeID number would be 123. Is there a SWSQL or IIS or ASP variable that would allow me to do this since both pages are hosted on the exact same server with the exact same certificate?