码迷,mamicode.com
首页 > Web开发 > 详细

HTTP request failed! HTTP/1.1 411 Length Required

时间:2018-08-20 20:12:04      阅读:812      评论:0      收藏:0      [点我收藏+]

标签:pts   http   lse   _id   array   strong   nts   method   sssss   

 

 

     $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

标签:pts   http   lse   _id   array   strong   nts   method   sssss   

原文地址:https://www.cnblogs.com/cbugs/p/9507705.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!