首页 相关文章 用clientsocket发送http头请求

用clientsocket发送http头请求

  

  procedure TForm1.Button2Click(Sender: TObject);
  var Httpstr:string;
  begin
   cs1.Active :=true;
   Httpstr:='GET http://www.paymesurf.com:80/surf3.php?usrid=607 HTTP/1.1'+#13#10;
   httpstr:=httpstr+'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*'+#13#10;
   httpstr:=httpstr+'Accept-Language: zh-cn'+#13#10;
   httpstr:=httpstr+'User-Agent: ...[ 查看全文 ]

2016-02-19 标签:

用clientsocket发送http头请求的相关文章

手机页面
收藏网站 回到头部