cURL Simple File Upload - 417 Expectation Failed

前端 未结 3 1508
伪装坚强ぢ
伪装坚强ぢ 2020-12-17 15:39

I have a problem with a simple file upload post with cURL... I did it so many times but in this case I always get \"417 Expectation Failed\" from server. When I try to post

3条回答
  •  一向
    一向 (楼主)
    2020-12-17 16:25

    This happens when you are behind a proxy which is running in HTTP 1.1 mode where as the client is running in HTTP 1.0. In curl command line you can add --http1.0 in the arguments to solve the issue

提交回复
热议问题