-
Hello, I'm having an issue where aiohttp shows that the URL resolves with 200 status, when in fact if opened in browsers, it does a 307 -> 200.
URL I'm trying to fetch is Expected return: Actual return: |
Beta Was this translation helpful? Give feedback.
Answered by
Alekky09
Oct 21, 2022
Replies: 1 comment
-
I figured out the problem is in Chrome's automatic redirect to https versions, my mistake. this can be closed |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Alekky09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured out the problem is in Chrome's automatic redirect to https versions, my mistake. this can be closed