RSS/Atom feed Twitter
Site is read-only, email is disabled

How to load images via URL's through a proxy in Windows

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

How to load images via URL's through a proxy in Windows Rob Antonishen 19 Feb 21:02
Rob Antonishen
2010-02-19 21:02:59 UTC (almost 15 years ago)

How to load images via URL's through a proxy in Windows

I did a bit of troubleshooting and discovered that Gimp uses WinHTTP to download URI's in windows.

WinHTTP does not use the internet explorer settings.

You can change the setting in windows so gimp can access files through a proxy with the command line "proxycfg"

Usage:

proxycfg : Display current settings

proxycfg -d : Set to No proxy (Direct access)

proxycfg -u : import proxy settings from current IE settings

proxycfg -p : [] ; Manually set the proxy with an optional list of hosts not needing the proxy, specified as host1;host2;host3 with wildcards allowed

I was thinking this might be worth including it in the gimp documentation somewhere as I was not able to find how to load URLs from behind a proxy anywhere.

-Rob A>