AO3 gives 403 error with httpx on Windows, even with spoofed User-Agent #3641
Unanswered
RodneyWarrick
asked this question in
Potential Issue
Replies: 1 comment
-
That's disappointing. Wondering if httpx is being misused by over prolific crawlers etc. I doubt we'll be able to get any useful feedback from cloudflare around problematic behaviours they might be seeing. Might be a good pointer towards having some default rate limiting built-in perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have found that, recently, attempting to get archiveofourown.org (AO3) URLs from httpx on Windows invariably returns a 403 error (with a CloudFlare "prove you're not a bot" page). Requests and curl don't seem to have this issue. I couldn't get this to happen on Linux.
Windows 11
Python 3.13
httpx 0.28.1
requests 2.32.5
Test script:
Output for me on Windows:
Beta Was this translation helpful? Give feedback.
All reactions