Url.isRemote
isRemote() -> boolean
Description
Returns true
if the URL is located at an origin/host other than the current app.
This is the opposite of isLocal.
url'https://otherapp.com/some/page'.isRemote() //= true
Returns true
if the URL is located at an origin/host other than the current app.
This is the opposite of isLocal.
url'https://otherapp.com/some/page'.isRemote() //= true