If you post a https url (and it return 302 statecode), You can find there
FStatusCode = 0. So FRequestType will not set httpGET;
At the procedure THttpCli.StartRelocation, unit OverbyteIcsHttpProt, add:
procedure THttpCli.StartRelocation;
var
SaveLoc : String;
+ SaveStatusCode:Integer;
AllowMoreRelocations : Boolean;
begin
...
SaveLoc := FLocation; { 01/05/03 }
+ SaveStatusCode := FStatusCode;
InternalClear;
FLocation := SaveLoc;
+ FStatusCode := SaveStatusCode;
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be