How can I configure IIS7 (which is acting as a forwarding web server to another server) to insert a special HTTP request header before forwarding.
I want this request header to have a custom name and a custom value (value also composed of server variables).
Is this possible?
Thanks in advance!