Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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]