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

Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
14 years ago

what is difference between [URI::query [HTTP::uri]]and [HTTP::query]

hi ,dear irule

 

what is difference between [URI::query [HTTP::uri]]and [HTTP::query]

 

1 Reply

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    As far as I'm aware, there is no difference. URI::query is most useful to parse a specific query string parameter value:

     

     

    Parse the login parameter value from the URI and save it in $login_name

     

    set login_name [URI::query [HTTP::uri] login]

     

     

    Aaron