xo::oauth::Signature proc base_string_from_url (public)
xo::oauth::Signature base_string_from_url uri
Defined in /var/www/openacs.org/packages/xooauth/tcl/oauth-procs.tcl
This procedure transforms a given URL into a format that is conformant to "http://tools.ietf.org/html/rfc5849#section-3.4.1.2". Most importantly, it strips any query part from the URL.
- Parameters:
- uri (required)
- Testcases:
- No testcase defined.