Sie sind auf Seite 1von 1

Memo1.Lines.Add(AThread.

NetData);
if (pos('CONNECT',athread.NetData)<>0) or (pos('HTTP',athread.NetData)<>0) or (p
os('http',athread.NetData)<>0) or (pos('https',athread.NetData)<>0) then begin
header:=Addheader(Athread.NetData,'Proxy-Connection: Keep-Alive'+#13#10#13+'Conn
ection: Keep-Alive'+#13#10#13);
payload :='GET http://BH SILAHKAN KOMENTAR/ HTTP/1.1'+#13#10'Cookie: BIGipServer
PL_TB_Bluecoat=2583996608.16415.0000; path=/'+#13#10'Host : BH SILAHKAN KOMENTAR
'+#13#10'Connection: Keep-Alive'+#13#10;
athread.OutboundClient.Write(header); Sleep (1000);
athread.NetData:=payload;
end;

Das könnte Ihnen auch gefallen