sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

can not load https resource ? #292

Open wzhsh90 opened 3 years ago

wzhsh90 commented 3 years ago

the code frame.Load("http://www.baidu.com", sciter.RT_DATA_HTML) is work fine. but frame.Load("https://www.baidu.com", sciter.RT_DATA_HTML) not work .

pravic commented 3 years ago

OS? What about uSciter?

pravic commented 3 years ago

And anyway, Sciter isn't supposed to render websites - only desktop UI.