Skip to main content

Configuring Proxy Support to Enable HTTP Traffic

  1. Locate the Configuration File: Navigate to: C:\<PATH>\Documents\Visual Studio 2022\Settings and open the CxVSPlugin.conf configuration file.

  2. Edit the Configuration: Add or update the following parameters:

    • <ProxyType><Proxy type></ProxyType>

    • ProxyLocation><proxy server URL OR URL of PAC file></ProxyLocation>

    • NoProxyList><list of hostnames separated by comma></NoProxyList>

  3. Save the configuration file.

  4. Restart Visual Studio if necessary to apply the new proxy settings.

Supported Proxy Types <ProxyType>:  Depending on the configuration, the system supports the following proxy types:

  • none(Default): When proxy is not enabled.

  • pac: When a PAC proxy is configured.

  • http: When a http proxy is configured.