I wanted to make a simple imageboard for a student project on ASP.NET. For this I decided to use API from booru. But when I try to make the following request:
var response = await _httpClient.GetAsync($“https://safebooru.donmai.us/posts.json?tags={tags}&limit={limit}”);
I get Forbidden 403 every time. At the same time exactly the same request just in the browser line works fine=/