Forum Discussion
Need IRULE to remove variable values in Response Body
I am using F12 developer tools at internet explorer 9 I found some data that shouldn't appear to the client for example: "Day":June 8-10-2012,"Location":US,"City":Newyork Note : these value of day,location,city change according to user input with his name I am using irule (stream::expression @Day@day@) and I can replace Day with day (only name not value variable) I need to remove or replace value of day and Location and City using F5 Irule
It is best to control at the source (i.e. web server).
- asaleh2222_3098
Nimbostratus
I Know it should be adjusted from webserver but it is not available till now ,So I need IRULE to solve this problem if any one can help for this problem?
- Stanislas_Piro2
Cumulonimbus
You can use following expression:
STREAM::expression {@Day:[^,],@day,@ @Location:[^,],@location,@}
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com