SmartReader icon indicating copy to clipboard operation
SmartReader copied to clipboard

Reader.ParseArticle will raise weird HttpRequestException exception

Open doggy8088 opened this issue 10 months ago • 2 comments

For this code:

Article article = Reader.ParseArticle(url);

If request to the url returned HTTP 403 Forbidden, it will raise HttpRequestException exception. The exception object will contains a .StatusCude property but the value will be (null), and the .Message property will contains Cannot GET resource <URL>. StatusCode: Forbidden. That's not what I expected.

doggy8088 avatar Mar 26 '24 05:03 doggy8088