We had the same issue. What we did was write a web service that you pass in the URL and it retrieved the RSS for you, and the RSS viewer simply referenced the webservice.
Eg http://webservice/services.asmx?rss=www.smh.com.au/rss.xml that then returned the xml. In the service we coded in the proxy username and password to use to authenticate and it worked. ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Duey Diep Sent: Tuesday, 2 June 2009 1:43 PM To: [email protected] Subject: RSS Viewer Proxy Authentication Hi All, I have an error when try to display news feed in RSS Viewer. ProtocolError occured trying to complete the request. The server returned a status code of : ProxyAuthenticationRequired and the status description is : "Proxy Access Denied" I have Kerberos as the web application authentication (and is working well on the client machine). The application's proxy setting in the web config as <defaultProxy> <proxy proxyaddress="http://theproxy.abc.com.au:80" bypassonlocal="true" /> </defaultProxy> Anyone got any tips on how to get this work? Thanks in advance. ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss <http://www.codify.com/lists/ozmoss> Other lists you might want to join: http://www.codify.com/lists <http://www.codify.com/lists> -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
