|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2006-12-13 22:09 UTC] tjerk dot meesters at muvee dot com
 Description: ------------ During the implementation of a remote API, I ran into some problems when uploading files to a lighttpd server. The error returned from the server is '417 - Expectation failed'. When I upload to an Apache server, this problem doesn't occur, but what I did notice was an unusual header in the request arguments: Except: 100-continue Is there a way to disable this particular feature? Maybe by switching back to HTTP/1.0 instead of HTTP/1.1? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
You can also disable the Expect header with $r->setHeaders(array("Expect"=>null));