PDA

View Full Version : GetSSLStatus


gorepj
08-31-2006, 04:09 PM
GetSSLStatus never returns SSL


Line 2299 EWBTools
if (Pos('http://', LocationURL) > 0) then



should this not be ?

if (Pos('https://', LocationURL) > 0) then

Regards
Peter Gore

bsalsa
08-31-2006, 06:23 PM
Sure, thanks.
I will fix it in the next release.
I am busy implementing IDropTarget with its events to EmbeddedWB