AI OnAI Off
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>
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