Re: [webkit-dev] proxying thru curl

2008-12-01 Thread goldeneyes
Never mind, this got resolved. Thanks Giri On Wed, May 14, 2008 at 5:30 PM, Giri Rao <[EMAIL PROTECTED]> wrote: > Hello, > > I have set up curl to go through a simple http proxy that I have written. > I have a .curlrc with the following line in it: > > --proxy=http://:/ > > When I invoke curl

[webkit-dev] proxying thru curl

2008-05-14 Thread Giri Rao
Hello, I have set up curl to go through a simple http proxy that I have written. I have a .curlrc with the following line in it: --proxy=http://:/ When I invoke curl on command line, it goes thru the set proxy. However, when I launch webkit through GtkLauncher, it does not seem to go through t