Hier ist meine http configuration bevor ich den get ausführe :
Delphi-Quellcode:
HTTP := TIdHTTP.Create(nil);
Http.Request.UserAgent := 'Opera/9.80 (Windows NT 6.1; U; en-gb) Presto/2.10.229 Version/11.60';
Http.Request.ContentLength := -1;
Http.Request.BasicAuthentication := false;
Http.ProxyParams.BasicAuthentication := False;
Http.ProxyParams.ProxyPort := 0;
Http.HTTPOptions := [hoForceEncodeParams];
Http.AllowCookies := False;
Http.HandleRedirects := True;
Http.RedirectMaximum := 5;
Http.ReadTimeout := -2; //Infini TimeOut
Normalerweisse dürfte das redirekt kein problem darstellen... Für meine anderen 300 links funcktionniert es toll, nur nicht für die Twitters...
Die adresse ândert sich bei mir auch nicht auf "feed://" sondern bleibt "http://". das kommt vielleicht auf den Webbrowser an den Ihr benutzt...