27-Feb-2022 09:58
Hello ,
I have an issue with iRule when request from iOS application, I have 2 virtual server in F5 every virtual server have iRule script on it .
First virtual server have irule script that check request and convert it to JSON format, Second virtual server get original request and work on it.
i have checked capture for the request between 2 virtual server and data is sent correctly ,but when print data in second virtual server, it print it as empty value.
i have no idea why Android is working fine, iOS version is 15.2.
please advise , any help would be appreciated.
Thanks in advance
28-Feb-2022 23:40
Hello BMM,
Without information on the irule, it's hard to help you.
Anyhow, you can check the statistics of your irule to see if the events that are matched by the traffic, maybe you could spot a difference between IOS and Android.
Cheers,
Sam
02-Mar-2022 10:57
Hello Sam ,
I have two LXWorkspaces :
First LXWorkspaces have iRule and extension , First iRule on first virtual server :
First Ext:
Second iRule:
Second extension :
when i add any logs or print request on second iRule , it always empty only in iOS scenario.