Forum Discussion

MDPF52_180608's avatar
MDPF52_180608
Icon for Nimbostratus rankNimbostratus
Apr 20, 2015

iRule APM - LTM

Hello, can i store some variables of APM in order to use them on an iRule ( for example , put the user's username in a custom HTTP header ) ?

 

Thanks in advance,

 

Best Regards,

 

Matteo

 

2 Replies

  • Hi Matteo,

     

    You can use APM variables like this :

     

    HTTP::header insert "webuser" [ACCESS::session data get session.logon.last.username]

     

  • Did it work ? If it worked as suggested, it's helpful/graceful to mark it as answered.