grüß euch
ich möchte einfach den html inhalt von eine seite in eine string var laden
Delphi-Quelltext
1:
| textdata:=idhttp1.Get('http://bigcharts.marketwatch.com/intchart/frames/main.asp?symb=de:840400'); |
leider kommt ein error bei dieser stelle in idhttp :
Delphi-Quelltext
1: 2: 3: 4: 5: 6: 7:
| if Assigned(ProxyParams.Authentication) and (ProxyParams.Authentication.CurrentStep = ProxyParams.Authentication.Steps) then begin ProxyParams.ProxyUsername := ''; ProxyParams.ProxyPassword := ''; ProxyParams.Authentication.Reset; end; end; |
ich kann die url
bigcharts.marketwatc...n.asp?symb=de:840400
im IE ganz normal aufrufen ohne eine Authentication
ich hatte das ganze noch letztes jahre mit der beta von indy 9 gemacht. da lief alles noch. jetzt habe ich mir wieder alles neu draufinstalliert (aktuelle indy) und es streikt.
habt ihr eine idee?
grüße
horst
Moderiert von
Gausi: Delphi-Tags hinzugefügt. Überflüssige Absätze entfernt
Moderiert von
matze: Delphi-Tags hinzugefügt.