Created on 17 August 2021
icon_unfollowing
Login to follow
url-properties

URL Properties

Stable version 1.0.6 (Compatible with OutSystems 11)
Uploaded on 06 November 2022 by 
url-properties

URL Properties

Documentation
1.0.6

This component gives you information about a specific URL or the current location where your application is deployed.


Use one of these server actions:

  • GetCurrentLocationProperties: information on the current location your application is running from.
  • GetURLProperties: information on any given URL passed as parameter.


Parameters returned (example with "https://developer.mozilla.org:8080/en-US/search?q=URL#search-results-close-container"):

  • Protocol ("https:")
  • Host ("developer.mozilla.org:8080")
  • Hostname ("developer.mozilla.org")
  • Port ("8080")
  • Pathname ("/en-US/search")
  • Search ("?q=URL")
  • Hash ("#search-results-close-container")
  • Origin ("https://developer.mozilla.org:8080")



Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
URL Properties has no dependencies.