Search found 1 match
- Fri Apr 28, 2006 9:16 am
- Forum: Anything else we might add?
- Topic: does get-url support https?
- Replies: 5
- Views: 7002
does get-url support https?
Hi all, I have been trying ; (get-url "http://www.foo...bar.com") which works beautifully but; (get-url "https://www.foo...bar.com/") just seems to spin forever without returning anything. I usually have to kill newLisp (on winXP) as it stops responding. I haven't tried it on my linux box yet, does ...