I can read this url without any problem in Java through URL.getContent or apache http.
alex_panchenkoSun 9 Dec 2012
https is not supported, however the scheme is checked only in uri setter.
alex_panchenkoSun 9 Dec 2012
and that check was added a month ago.
Yuri StrotSun 9 Dec 2012
Right, just tried with the latest version:
fansh> using web
Add using: using web
fansh> echo(WebClient(`https://autoconfig-live.mozillamessaging.com/autoconfig/v1.1/gmail.com`).getStr)
sys::ArgErr: Request URI is not http: `https://autoconfig-live.mozillamessaging.com/autoconfig/v1.1/gmail.com`
web::WebClient.reqUri (WebClient.fan:55)
web::WebClient.make$ (WebClient.fan:40)
web::WebClient.make (WebClient.fan:38)
Does https support on the roadmap?
brianSun 9 Dec 2012
Does https support on the roadmap?
Yes, I would like to add at some point. I added some nodoc SSL hooks into TcpSocket for email SSL, but haven't done anything with web yet
Yuri Strot Sun 9 Dec 2012
I'm trying to use
web
pod to read following url:But it fails:
I can read this url without any problem in Java through URL.getContent or apache http.
alex_panchenko Sun 9 Dec 2012
https is not supported, however the scheme is checked only in uri setter.
alex_panchenko Sun 9 Dec 2012
and that check was added a month ago.
Yuri Strot Sun 9 Dec 2012
Right, just tried with the latest version:
Does https support on the roadmap?
brian Sun 9 Dec 2012
Yes, I would like to add at some point. I added some nodoc SSL hooks into TcpSocket for email SSL, but haven't done anything with web yet