HTTPRequest() disable Expect: 100-continue

Just starting out? Need help? Post your questions and find answers here.
User avatar
the.weavster
Addict
Addict
Posts: 1536
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

HTTPRequest() disable Expect: 100-continue

Post by the.weavster »

When sending a POST request with a large amount of data HTTPRequest() doesn't immdediately send it, instead it sends an Expect: 100-continue header and waits for confirmation from the server to continue. Can I disable that and just get it to send straight away?