There is a 3rd party client software (which I don't have control of) calling a https endpoint on my web application. Unfortunately, the client sends two User-Agent headers and IIS is responding with a Bad Request (400) response.
Until the 3rd party software is getting fixed, I tried to add a rewrite rule to remove the User-Agent headers from the incoming request. But so far I was out of luck and I'm starting to doubt that it is possible only using IIS. Any idea how to accomplish this?