Try our conversational search powered by Generative AI!

Using Social Reach with a proxy

Vote:
 

Hi all,

I am testing Social Reach on my dev box, working locally, I have to authenticate against a proxy. Is there a way of configuring Social Reach to supply my credentials with the requests?

 

Thanks for your help,

Ian

 

#62060
Oct 11, 2012 10:57
Vote:
 

Have you tried:

http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx

or

http://forums.asp.net/t/1106772.aspx

 

sample:

<system.net>
  <defaultProxy>
    <proxy proxyaddress="http://cache.mydomain.co.uk:8080"
           bypassonlocal="true" />
    <bypasslist>
      <add address="monkey.mydomain.com" />
      <add address="www.mydomain.com" />
      <add address="192.168.0.1" />
    </bypasslist>
  </defaultProxy>
</system.net>

#62068
Edited, Oct 11, 2012 14:37
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.