1、linux 可以用curl模拟post请求:

      curl 'http://localhost/index.php' -H 'Host: live.qq.com' 


2、curl 'http://localhost/index.php' -H 'Host: live.qq.com' -I      大写的i  表示 只返回http 头部的信息!