/
URL_USERINFO
URL_USERINFO
Syntax
URL_USERINFO(<URL string>)
Description
Gets the user info part of the URL provided as string.
Examples
Column1 | URL_USERINFO returns |
---|---|
http://user:password@sublevel.toplevel.root:80/path/file.ext?query=string#fragment | user:password |
http://myaccess:mysecret@example.com/index.shtml | myaccess:mysecret |
, multiple selections available,
Related content
URL_AUTHORITY
URL_AUTHORITY
More like this
URL_AUTHORITY
URL_AUTHORITY
More like this
URL_AUTHORITY
URL_AUTHORITY
More like this
URL_FILE
URL_FILE
More like this
URL_FILE
URL_FILE
More like this
URL_PARAM
URL_PARAM
More like this