I am getting this error 'Reddit API returned Forbidden (403) response.' from Today on this request List<DigestedRedditPostModel> digestedRedditPosts = new(); List<Post> posts = _redditClient.Subreddit(subReddit).Search(new SearchGetSearchInput(keywords)); I already applied the solution by [janssen-io] and it was working before, but now I am getting this issue.