HTTP_Request2でファイルをアップロードしたらエラーになる 
2015/09/17 Thu.
以下のようなエラーが返ってくる。
$req->setHeader('Expect', '');
を記載するとうまくいく。
417 Expectation Failed
Expectation Failed
The expectation given in the Expect request-header
field could not be met by this server.
The client sent
Expect: 100-continue
Only the 100-continue expectation is supported.
Expectation Failed
The expectation given in the Expect request-header
field could not be met by this server.
The client sent
Expect: 100-continue
Only the 100-continue expectation is supported.
$req->setHeader('Expect', '');
を記載するとうまくいく。
- 関連記事
category: PHP
この記事へのコメント
コメントの投稿
コメントは全て管理人が内容を確認してから表示されます(非公開コメント除く)。
内容によっては表示されない場合がありますことご了承願います。
内容によっては表示されない場合がありますことご了承願います。