Capture IFrame URL

I have an IFrame displaying a webpage in Ignition. This webpage has the ability to be changed by the user in Ignition. Normally, outside of Ignition, each change appends specific values to the end of the URL and if that URL is copied, you can return to the exact same view.

Is there a way to capture the current URL in an IFrame so that I can store the URL and restore that specific URL when the user returns to the IFrame?

then I frame current URL is stored in the HTML as a child of the I frame, I don’t know of any way built in to access the html, I’m not that experience with web dev but I’m pretty sure that you could use the web dev module to scrape the html to get the current URL and save it, Seems like a lot of work to me but I don’t know how bad you want the feature.

For now, I think we are moving to a different direction.

But, I have a feeling I will want to re-explore this later. So if anyone has any pointers, I am all ears