What is wrong with this ?

Klaus on-rev klaus at major.on-rev.com
Mon Mar 12 13:34:00 EDT 2012


Hi John,

Am 12.03.2012 um 18:30 schrieb John Dixon:

> 
> Warren thanks for the reply...
> Dar... it works in a browser on XP with no problem.
> http URL's work in the script, just not with https...
> This is running from within the IDE and using liveCode 5.0.2
> 
> Dixie

Try this:
on mouseUp

   ## An unfortunately undocumented "feature":
    libUrlSetSSLVerification false   
     
    put "https://gg.com/racing" into raceListURL
    put URL raceListURL into fld 1
end mouseUp


Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com





More information about the use-livecode mailing list