I am getting a strange web service error. I am hosting a WCF service that the client calling it, is consistently getting a 400 (Bad Request) back from IIS. I am unable to determine the cause of this, however I believe it may have something to do with the HTTP headers.
My question: does any software exists, that can capture the call prior to it reaching IIS, let me alter it slightly (change the headers) then replay?