Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Florent32
Contributor II
Contributor II

Set a proxy for Qlik Rest Connector in Qlik Sense with login and password

Hello,

We encounter a problem and need help.

Context:

We have to create a Rest connector to an API

We are in a secured environnement and we have to use a proxy.

This proxy needs an authentification (login/password)

we found these article :

https://community.qlik.com/t5/Knowledge-Base/Set-a-proxy-for-Qlik-Rest-Connector-in-Qlik-Sense/ta-p/...

 

<system.net>
<defaultProxy>
<proxy
usesystemdefault="false"
proxyaddress="http://172.16.16.102:8888"
bypassonlocal="false"
/>
</defaultProxy>
</system.net>

But how we configure the Hostname / password?

 

Thanks in advance for your support,

 

Br,

 

Florent

 

 

Support Source: https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create...

 

0 Replies