Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
Master
Master

add multiple trusted ips in config.xml

Team,

How to add multiple IP's value in config.xml at following path: <c:\progdata\qliktech\webser>

I am having one IP mentioned below:

    <TrustedIP>192.168.0.1</TrustedIP>


Now I have to add two more IP's say: 102.19.234.56 and 123.567.890.123

What would be the syntax of adding these IP's in config.xml file?

Pls suggest.

Labels (1)
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Put each IP on its own line:


<TrustedIP>192.168.0.1</TrustedIP>

<TrustedIP>102.19.234.56</TrustedIP>

<TrustedIP>123.567.890.123</TrustedIP>


talk is cheap, supply exceeds demand