wenn ich das richtig sehe steht die Antwort in Source als TStrings oder TStream drin.
Wenn Du die Ausgabe in einem Memo anzeigen läßt kannst Du sehen, was Du zurück bekommst.
Dann kannst Du feststellen nach was Du suchen/filtern mußt um festzustellen
ob ein Login z.B. erfolgreich war oder fehlgeschlagen ist.
Ein Auszug aus der Hilfe:
Zitat:
procedure Post(URL: string; const Source: TStrings; const AResponseContent: TStream); overload;
procedure Post(URL: string; const Source: TStream; const AResponseContent: TStream); overload;
Parameters
URL: string
Location of the host or CGI application.
const Source: TStream
Object containing the request data.
const AResponseContent: TStream
Destination for response data.
Grüße
Klaus