2014年7月3日 星期四

如何設定WinHTTP Proxy

1. 檢查proxy是否有設定

netsh winhttp show proxy

2. 設定proxy

netsh winhttp set proxy proxy-server=”http=proxy IP/URL:port” bypass-list=”例外網域”

例如: netsh winhttp set proxy proxy-server=”192.168.1.1:8080"