I am trying to use a URL Rewrite to an application server. My website is SSL client certificate enabled and I need to pass the client certificate info through the rewrite to the application server. I can see the GET request coming into the application server with X-ARR-ClientCert in the header. How can I decode/parse this to get the information?
↧