Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

iRule script not working when request from iOS but work with android

BMM
Nimbostratus
Nimbostratus

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 

2 REPLIES 2

SamCo
Cirrus
Cirrus

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

 

BMM
Nimbostratus
Nimbostratus

Hello Sam ,
I have two LXWorkspaces :
First LXWorkspaces have iRule and extension , First iRule on first virtual server : 

BMM_0-1646246770245.png
First Ext: 

BMM_1-1646247034849.png

Second iRule:

BMM_2-1646247118134.png

Second extension :

 

BMM_4-1646247292006.png

when i add any logs or print request on second iRule , it always empty only in iOS scenario.