How can I set external data into request header in OAM
Hi folks,
I have a requirement to set a lot of external data into http header in OAM using custom names (all names should start with 'HTTP_' and be in upper case). Here're some of the variables:
protocol (http/https)
server name/ip
accept
user agent
cookie
PATH
ld_library_path
a variable for each ldap group a user is a member of (i.e. if user is a member of group allusers, there should be a variable HTTP_ALLUSERS=true, etc)
Any help is appreciated.
Thank you, Roman