Да от помощи бы не отказался
Вот что возвращает код
Код:
HTTP.HTTPMethod('GET','http://world.needforspeed.com/profile?tab=tab-1');
HTTP.Document.SaveToStream(Good);
Form1.Memo2.Text:=Good.DataString;
РЕзультат
Код:
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
Request header field is missing ':' separator.<br />
<pre>
HTTP/1.1 302 Moved Temporarily</pre>
</p>
<hr>
<address>Apache/2.2.3 (Red Hat) Server at world.needforspeed.com Port 80</address>
</body></html>
переводить мне не нужно ) я сам понимаю в чем трабл, не понимаю как исправить....
http.headers.clear
не помогает