-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Lines 144 to 146 in 6c6f6fc
if response.status == 303: | |
# 303 See Other: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/303 | |
method = 'GET' |
It's technically not incorrect to send GET with a body, but the body is always ignored so we shouldn't send it.
Metadata
Metadata
Assignees
Labels
No labels