From: _why Date: 2008-10-01T02:30:07+09:00 Subject: Re: Shoes: problem with http proxy On Tue, Sep 30, 2008 at 08:48:37AM +0900, Raffaele Tesi wrote: > I've problem to do remote (internet) operations in the Shoes graphics > toolkit when i'm behind a proxy (gem/download/... shoes methods). > The pc i use at work is a winXp machine, i set the 'http_proxy' env > variable correctly (outside shoes [eg. gem install xxx] is ok). Shoes uses WinHTTP, so I'll have to write some code for that. While I'm there, do you think it would be more convenient to use IE's proxy settings? _why