Forum Discussion

Akhilesh_128432's avatar
Akhilesh_128432
Icon for Nimbostratus rankNimbostratus
Mar 01, 2016

F5 irule - Universal persistence

Is there any F5 irule command to parse some data from HTTP response?. For example, I am using below command to read "context ID" from http request, similarly is there any command we can use for parsing http response?

 

when HTTP_REQUEST { set cid [findstr [HTTP::uri] "contextId" 10 "&"]

 

Thanks, Akhilesh