This is a discussion on Help with HttpRequest -- avoiding 417s from Lighttpd within the PHP General forums, part of the PHP Programming Forums category; Is there a way to prevent HttpRequest (from the pecl_http extension) from using an "Expect: 100-continue" on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there a way to prevent HttpRequest (from the pecl_http extension)
from using an "Expect: 100-continue" on large POSTs? I've a script which needs to submit pages to a host running Lighttpd v1.4, which does not support section 8.2.3 of the HTTP/1.1 spec and so always returns a "417 Expectation Failed" when such a request is made. -- Ben Blank <dark.ryder@gmail.com> "Oregano, n. The ancient Italian art of pizza folding." |