F5 Technology Blog

Wednesday, February 19, 2014

Parse specific query parameter value

URL: www.mydomain.com?query1=value1&query2=value2

iRule
when HTTP_REQUEST {
 log local0.  [URI::query "?[HTTP::query]" query1]
}

Output
value1

posted by Jayanthi Krishnamurthy @ 1:25 PM   0 Comments

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Newer›  ‹Older

About Me

Name: Jayanthi Krishnamurthy

View my complete profile

Posts

  • Parse specific query parameter value

Older Posts Newer Posts

Archives

Subscribe to
Posts [Atom]