Give us feedback
url-properties
Reactive icon

URL Properties

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

URL Properties

Details
Information about a specific URL or the current location where your application is deployed.
Read more

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")
Release notes (1.0.6)
  • Converted module to library
  • Security update for javascript parameters
Reviews (0)