Skip to main content

Hi All,

I just have read the following article: https://help.k2.com/support-services/kbt140048, and wondering if we can extend the functionality further so we also include specific username and password to authenticate to proxy server?

 

Thanks in advance

Purbayu

Does it possible to use this format on proxy address ?

user:password@proxyserver:proxyport

 

or maybe you try to useDefaultCredentials="true" and  usesystemdefault=”true” then configure proxy setting in internet explorer.

 

example

 <defaultProxy useDefaultCredentials="true">
     <proxy usesystemdefault="true"  bypassonlocal="true" />


Reply