Autor Beitrag
polysign
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Do 03.11.05 13:17 
Hallo,

also ich wollte eine Website aus dem Internet runter laden und lokal auf meiner Festplatte speichern. Jedoch wenn ich es versuche mit der benötigten Seite, so erhalte ich stets eine Exception.

Wenn ich es mit einer anderen, wesentlich weniger komplexen Website versuche dann klappt es. Gibt es ein Problem mit der Komponente das zu grosse/zu komplexe Seiten nicht geladen werden können.

Die komplexe Seite ist 40k gross, die andere 10k.

Die komplexe Seite ist auch in ASP programmiert und scheint ne menge Redirects zu nutzen (Wegen einer PASSPORT integration).

Jemand eine Idee woran es liegen kann, wenn nicht an der Komplexität der Seite?

mfg
-poly
raziel
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 2453

Arch Linux
JS (WebStorm), C#, C++/CLI, C++ (VS2013)
BeitragVerfasst: Do 03.11.05 15:49 
Ohne die Fehlermeldung der Exception, ist es nur ein Rätselraten...

Ich versuchs trotzdem mal: Ist die idHTTP-Eigenschaft Redirects = true?

_________________
JSXGraph
polysign Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Do 03.11.05 17:43 
Hi, sorry, ich musste leider schnellstens weg von hier und konnte die Fehlermeldung nicht mehr posten, sorry ;)

Hier die Exception die Ausgelöst wurde:

ausblenden Delphi-Quelltext
1:
Project1.exe raised exception class EIdInterceptPropInvalid with message 'Intercep value is not valid' Process stopped...					


HandleRedirects ist auf True

Falls ich diese auf False setze erhalte ich ein 302 Fehlermeldung/Exception = Also eine "302 Found"

Hilft das weiter? Bin echt ein Beginner was indyKomponenten angeht.
raziel
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 2453

Arch Linux
JS (WebStorm), C#, C++/CLI, C++ (VS2013)
BeitragVerfasst: Do 03.11.05 19:55 
Grad les ich im ersten Posting oben was von "PASSPORT Integration". Das ist nicht zufällig eine durch Verschlüsselung gesicherte (https://) Seite?

_________________
JSXGraph
F34r0fTh3D4rk
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 5284
Erhaltene Danke: 27

Win Vista (32), Win 7 (64)
Eclipse, SciTE, Lazarus
BeitragVerfasst: Do 03.11.05 20:28 
du lädst nur den quelltext oder ? den rest musst du glaube ich manuell selbst laden, ich war mal dabei, dafür was zu programmieren, aber hatte dann keine lust mehr (konnte da auch noch kein html) ;)
raziel
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 2453

Arch Linux
JS (WebStorm), C#, C++/CLI, C++ (VS2013)
BeitragVerfasst: Fr 04.11.05 13:25 
Ich glaube aber nicht, dass das die Indys juckt, wenn er sich nur den Quelltext zieht, aber eigentlich alles haben will ;) Sprich: Da würde keine Exception kommen.

_________________
JSXGraph
polysign Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Fr 04.11.05 21:16 
Hi, also ich habe mein Problem gelöst bekommen. Hab nun nur ein anderes problem, das passt abe rnicht mehr genau hier rein.
Danke trotzdem!!!

mfg