Free Trial

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Multi-level Proxy Settings (credentials AND adress)

Hello All,

As of today, Alteryx can use the proxy settings set in Windows Network and Internet Settings "Server pulls the proxy settings displayed in Engine > Proxy from the Windows internet settings for the user logged into the machine. If there are no proxy settings for the user logged into the machine, Engine > Proxy isn't available within the System Settings menu.". Then, you can override the credentials (but not the adress) in system settings but also in user settings.

The issue : in many organizations, there are several proxies that you can use for different use case. And by default, it can happen access to API are blocked by these proxies. The user, which is not admin cannot change his Windows Settings... and even if it's done by IT, it will impact all the system, including other software and leading to safety failures.


image.png
What I suggest :
-ability to change credentials AND adress

-a multi-level settings for both credentials and adress:
    default : Windows Settings
    System Settings
    User Settings

    Workflow Settings

    Download tool/ Settings

 

Best Regards,

Simon

 

6 Comments
CristonS
Alteryx Alumni (Retired)

hi @simonaubert_bd, thank you for submitting your feedback to the Alteryx Ideas forum! We appreciate all the feedback we get and are working to review and respond to all ideas that have met the criteria to be brought to our Product team. If you haven’t yet, please be sure to review our updatedSubmission Guidelines

SeanAdams
17 - Castor
17 - Castor

Hey @simonaubert_bd 

We have found the same issue with corporate proxy servers - where Alteryx cannot punch out because it does not know how to read PAC files.

 

we logged something similar a little while ago here: https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Download-Tool-support-corporate-proxy/idi-p/...

 

so it may be worth you adding your thoughts to that thread too?

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes
 
NicoleJ
Alteryx
Alteryx
Status changed to: Accepted

Stay tuned! 

VojtechT
Alteryx
Alteryx
Status changed to: Implemented

Hi @simonaubert_bd , Designer 24.2 introduces more robust and complex proxy settings. It probably doesn't work exactly as your proposed solution, but I believe it is capable to cover your use case. 

To be more specific:

1) you can create and use multiple connections using different auth methods and different credentials

2) you can either specify the proxy server hostname directly in Designer (only 1) or you can provide your own custom PAC script returning different proxy server for different targets (or sources)

 

See https://help.alteryx.com/current/en/designer/get-started/user-settings/proxy-settings.html#configure... for more details. 

simonaubert_bd
13 - Pulsar

@VojtechT  Hey, thanks, I appreciate !