FeedReader icon indicating copy to clipboard operation
FeedReader copied to clipboard

Proxy Support

Open 80ris opened this issue 2 years ago • 1 comments

How deal with proxy ? I can't find anything in the documentation I get some 443 issues using this. Thanks.

80ris avatar Oct 06 '21 09:10 80ris

Use Flurl and feed in the output FeedReader.ReadFromByteArray(feedData);

Ive had to do this due to needing BasicAuth.

tsmgeek avatar Oct 18 '21 20:10 tsmgeek