My web performance test is sending an Expect: 100 continue
headers on POST requests. For some pages the web site being tested is returning a 417 Expectation Failed
with the message The expectation given in the Expect request-header field could not be met by this server
.
How can I suppress this one header field from being sent by my web test?
(Using Visual Studio 2015.)