Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Basic Authentication Not Available for Download Tool

adam_rafael_18
8 - Asteroid

Hi, I recently upgraded my Alteryx to 2024.2 and in the new version, I do not see Username/Password option in the connection pane of the download tool - is there a way to add this back in?

 

 

2 REPLIES 2
apathetichell
20 - Arcturus

formula tool -> username:password

base64 tool -> encode value from above  (only send in one row).

formula tool -> "Basic "+value from base64 tool.

 

in Download tool:

create an authorization header and put that value there.

OllieClarke
16 - Nebula
16 - Nebula

Hi @adam_rafael_18 

I'm on version 2024.2 and have the basic auth options. image.png

 

I think your user settings will be set to DCM Only, rather than DCM optional/default which is going to hide those values behind the DCM setup of the download tool.

Does that help?

 

Ollie

Labels
Top Solution Authors