Re: [twsocket] TSslHTTPCli and Sessions

2017-05-25 Thread Angus Robertson - Magenta Systems Ltd
> I get the login data for the login page using "POST" and > "PostASync", but when doing a GET on the next page that > should be accessed with the logged in user Almost certainly cookies, these are not handled internally between requests, you need to repeat your line: HttpCli1.Cookie := IcsCookie

[twsocket] TSslHTTPCli and Sessions

2017-05-25 Thread {Dark_Ducke}
Hello everyone, I have a system that uses indy to make https connections, but I have a huge problem since I need to have it in a thread and update a TStringList with the data in the main form, which causes several problems because it locks the UI when The connection is slow. I tried to do the same