I have been using the HTTP library now for some time, and have noticed that is always adds the "Expect: 100-continue" header when it is sending a request.
It has not been an issue as it has been ignored by the site I am using, however they are now responding to the header with an error, so I am wondering how I stop the Header from being added in the first place.
Thanks
It has not been an issue as it has been ignored by the site I am using, however they are now responding to the header with an error, so I am wondering how I stop the Header from being added in the first place.
Thanks