Re: [Chicken-users] Problem with http-client in chicken 4.2.0

2009-10-31 Thread John Cowan
Colin Fleming scripsit: > #;4> (call-with-input-request " > https://www.google.com/accounts/ClientLogin?Email=&Passwd=&source=GooglecURL-Example&service=reader" That's an https: URL. Does http-client support those? -- Híggledy-pìggledy / XML programmersJohn Cowan Try to escape thos

[Chicken-users] Problem with http-client in chicken 4.2.0

2009-10-31 Thread Colin Fleming
Hi all, I just reinstalled my computer, and as part of that I upgraded from Chicken 3 to 4.2.0. I'm having some problems with the new http-client interface and I'm not sure if I'm just doing something daft. When trying to use the Google Reader API I always get a 403: #;4> (call-with-input-request