arggg...found it!

The location url contains a space. I'm now trying to solve this. Using the 
OnLocationChange to adjust the url doesn't work because of
---------------
THttpCli.StartRelocation
.
.
.
        if Assigned(FOnLocationChange) then
             FOnLocationChange(Self);
        SaveLoc := FLocation;  { 01/05/03 }
        InternalClear;
        FLocation := SaveLoc;
        FDocName  := FPath;
        AdjustDocName;
.
.
.
---------------

FPath already holds the new location value. Anyone with some ideas? 


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to