Some of the tools Alteryx Designer uses require proxy to be enabled and setup. This document will advise how to check if a proxy exists on a system.
Prerequisites
- Alteryx Designer
- Internet Explorer
- Command prompt access
Procedure
Method 1 - System Level Check
- On the machine where Alteryx Designer is installed open Internet Explorer and go to Options
2. Go to the
Connections Tab and then select
LAN settings
3. click on
LAN settings and take a screenshot for support of the full window.

4. If a proxy is setup, contact your internal IT to check how authentication is configured in order for us to understand the context of your situation (i.e default login credentials, PAC script, etc) . In case of a simple username and password setup please see recommendations below.
Method 2
1. This method is a simple way to confirm if a proxy is setup. If this is configured, more information can be obtained by Method 1 or by contacting internal IT.
2. Open CMD by searching for it in Start Menu.
3. Type the following command and then press enter - netsh winhttp show proxy
4. If no proxy exists the below should show up:

5. If a proxy exists the following command may provide more insight when liaising with support / internal IT. The files are saved on the location set in CMD - netsh winhttp dump > proxydump.txt

Proxy configuration options at the Designer level for simple username / password authentication
If the authentication method is username / password, designer may also need to be configured with using the following method:
1. Verify the authentication method with your internal IT. If the method is username / password then make sure proxy is enabled on the machine by applying Method 1 or 2 (mention above).
2. Then Open
Options -
User Settings -
Edit User Settings.
3. Go to the
Advanced tab and then look at the proxy setup. If username and password is being used on the local machine, enable it here as well. If the default systems configuration (mentioned above) is not applied here then click on
configure and enter the credentials manually.



4. Click
Ok, then
Save the user settings and restart Designer, test any problematic tools. If you have further issues, please provide a description to support on the proxy details and the behavior when the change were made.
Additional Resource