Forum Discussion

asaleh2222_3098's avatar
asaleh2222_3098
Icon for Nimbostratus rankNimbostratus
Oct 31, 2017

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

 

  • 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?

     

  • You can use following expression:

     STREAM::expression {@Day:[^,],@day,@ @Location:[^,],@location,@}