Hi we are looking for an solution how to rewrite a cookie information into an other cookie or even an other header information on IIS.
Szenario is the following: The Loadbalancer in Front of the DMZ is providing a cookie containing the user information "cookie username: domain\username" but the NLB is removing this cookie again when he speaks to the CLient Maschine in the Corporate Network.
As we can´t change this bahavior on the NLB, we want to copy the user information to a custom added header / cookie on IIS site.
We read the cookie provided by the NLB to the IIS
"cookie username: domain\username"
and copy the value to a customer header / cookie
cookie customusername: domain\username"
as the NLB doesn´t know about the cookie / header "customusername" he will not touch it / remove it.
does some have a sample who to achieve this Technical on iis?