You can use an HTTP proxy to access the Internet.
Note:
This procedure only applies to Windows computers.
Listed HTTP proxy configuration support applies to control plane communications only. Data plane communication requires whitelisting of Metallic storage (*.blob.core.windows.net).
Procedure
Use the following procedures to configure an HTTP proxy:
To enable automatic proxy setup using a PAC file, go to Settings > Network & Internet > Proxy on the computer.
The Proxy dialog box appears.
Under Automatic proxy setup, do the following:
Move the Use setup script toggle key to the right.
In the Script address field, enter the URL of the PAC file.
Click Save.
To set the proxy at the global level, run the following command on the computer:
C:\Windows\system32>netsh winhttp set proxy httproxy.hostname.com:8080
The following message appears:
Current WinHTTP proxy settings:
Proxy Server(s): httproxy.hostname.com:8080
Bypass List: (none)To enable manual proxy setup (browser level), go to Settings > Network & Internet > Proxy on the computer.
The Proxy dialog box appears.
Under Manual proxy setup, do the following:
Move the Use a proxy server toggle key to the right.
In the Address field, enter httproxy.hostname.com.
In the Port field, enter 8080.