[Newbies] RE: classes and code snippets to download a web page

Joseph J Alotta joseph.alotta at gmail.com
Mon May 27 00:26:36 UTC 2013


I was able to Install Webclient.

But when I try to use the snippet below, I get a walkback window "Error: SqueakSSL is missing".

How do I install SqueakSSL?



> client := WebClient new.
> client authParams: (Dictionary new
> 	at: #username put: 'your username here';
> 	at: #password put: 'your password here';
> 	yourself).
> response := client httpGet: 'http://example.com'.



More information about the Beginners mailing list