Looking for a way to get the URL of the page displayed.
ie. http://10.0.0.186/installedapp/configure/6280/installOptions?Averaging%20Plus
I've tried a few different variations:
data = new URL(website)
def data = new URL(feedUrl).getText()
But get the following error when trying to save code:
Importing [java.net.URL] is not allowed
Any other way to get the current URL? The only part I really need is what I'm sending after the '?'.
Thanks
@gopher.ny @bravenel @thebearmay or anybody else that knows!