Forum Discussion

Motsware_231000's avatar
Motsware_231000
Icon for Nimbostratus rankNimbostratus
Mar 18, 2019

iRule to retrieve MSISDN value

Hi Guys

 

I need assistance with the below:

 

I want the client ip address and the MSISDN values to be forwarded with the request or retrieved from the header. I only know how to get the client ip address to be forwarded using the below irule:

 

when HTTP_REQUEST { HTTP::header remove X-Forwarded-For HTTP::header insert X-Forwarded-For [IP::client_addr] }

 

How do i get the MSISDN value inserted too?

 

Your assistance will be highly appreciated.

 

Kind regards Michael

 

1 Reply

  • You seem to have figured out the client IP insertion. It is the same process for MSISDN, once you identify the header for MSISDN. What is the MSISDN header ? May be you can use logging on HTTP header to figure out the different HTTP headers and proceed from there, if you are not sure about the header name.