F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

1 Reply

  • Setting a variable in Tcl is done as:

    set  

    HTTP::path will include the URI's path and filename.

    HTTP::uri includes the path, filename, and any query string.

    If you just need the path and filename, an example would be:

    set myVariable [HTTP::path]