HTTP request failed! HTTP/1.1 411 Length Required

Posted cbugs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTTP request failed! HTTP/1.1 411 Length Required相关的知识,希望对你有一定的参考价值。

 

 

     $opts = array(
        http=>array(
          method=>"POST",
          ‘header‘  => ‘Content-Length: 0‘   //这里不要写其他header
        )
      );      
      $context = stream_context_create($opts);
      $token_url = "https://ssssssss/cmtlists/gentoken";
      $post_id_str = file_get_contents($token_url, false, $context);      

 

以上是关于HTTP request failed! HTTP/1.1 411 Length Required的主要内容,如果未能解决你的问题,请参考以下文章

git fatal: http request failed解决办法

file_get_contents获得一个网址的时候提示failed to open stream: HTTP request failed! HTTP/1.1 400 Bad

关于centos git clone 报错 fatal: HTTP request faile

login auth failed errormsg :http request params error啥意思

[Linux] 低版本centos升级git解决fatal: HTTP request failed

解决思路HTTP Status 500 Type Exception ReportMessage Request processing failed; 已解决