Kyle_Katarn31 0 Posted March 29, 2021 Add 1 URL Click on left listbox ==> Index out of bound(-1) raised at UrlEdit.Text := UrlListBox.Items[URLListBox.ItemIndex]; Share this post Link to post
Angus Robertson 574 Posted March 30, 2021 That is a very old sample that does not support SSL/TLS. The current active HTTPS client samples are OverbyteIcsHttpsTst.dpr and OverbyteIcsHttpRestTst.dpr in the sslinternet directory. Angus Share this post Link to post
Kyle_Katarn31 0 Posted March 30, 2021 Ok well noted. Is it worth keeping this old sample if no longer accurate nor maintained ? Thanks for your excellent work and fast answer ! Share this post Link to post
Angus Robertson 574 Posted March 30, 2021 Some of these old samples do illustrate programming techniques or features that the SSL samples don't, and it takes effort to remove old things... Angus Share this post Link to post
Angus Robertson 574 Posted April 7, 2021 Bug fixed in SVN, purely cosmetic, did not stop the sample working, Angus Share this post Link to post