Hi, I have added a feature to allow server-side external content to use a web proxy (Syndicated and HTTP Proxy WObjects), usefull if your server needs to get external files through a web proxy such as SQUID. To use it, use the following command: gzip -d -c patch-http-proxy.gz | patch --verbose -p 1 -d WebGUI_directory/ It will patch you WebGUI directory. Files modified: WebGUI_dir/docs/proxy.sql (created) WebGUI_dir/lib/WebGUI/Cache.pm WebGUI_dir/lib/WebGUI/Operation/Settings.pm WebGUI_dir/lib/WebGUI/Wobject/HttpProxy.pm Once it has been done, You have to run the proxy.sql script, it will create the records for the new settings in the setting table. Finally, you can change the proxy settings in: Manage Settings > Edit Content Settings Hope it will help and will be integrated in the Next Release.