ajiiisai / booru-rs

An async Booru client for Rust
5 stars 5 forks source link

Danbooru API implementation is not working #2

Closed xXLINK1123Xx closed 1 year ago

xXLINK1123Xx commented 1 year ago

When I try to do any kind of request to danbooru API I get an 403 error. After some investigation I discovered that it happens because Cloudflare has started serving up an anti-bot challenge page which obviously blocks programmatic API access. Can you implement solution for this problem?

xXLINK1123Xx commented 1 year ago

Here is more info on this topic https://danbooru.donmai.us/forum_topics/22822

ajiiisai commented 1 year ago

I'm aware of this problem and I'm working on it. Thanks for letting me know.