We have a Windows 8 Application running behind the proxy and it throwing the exception “Proxy authentication required (407).”
In our application, we are trying to read some RSS feed using the following Code snippet
SyndicationClient client=new SyndicationClient();
SyndicationFeed feed=await client.RetrieveFeedAsync(feedUri);
Most of the times above code returns the “Proxy Authentication required” exception.
Solution:
Once we enabled the Internet(Client & Server) capability, the issue got resolved. Earlier only the Internet(Client) capability was enabled.
Excellent blog right here! Also your website quite a bit up very fast! What web host are you using? Can I am getting your affiliate hyperlink to your host? I want my website loaded up as quickly as yours lol
I just want to mention I am just very new to blogging and certainly enjoyed you’re website. Likely I’m going to bookmark your blog post . You certainly have perfect posts. Thanks for sharing your website page.
Question.
Where did you find that window?
Open the application manifest file[package…appx file] and move to the capabilities Tab.