From f262f582cbe901ec45f39162af4aec5c54ff4e07 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 16 Dec 2022 20:14:44 -0700 Subject: Ooh, ooh, ignore server errors too --- core/signatures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/signatures.py b/core/signatures.py index c589be4..ef354c3 100644 --- a/core/signatures.py +++ b/core/signatures.py @@ -237,6 +237,7 @@ class HttpSignature: if ( method == "post" and response.status_code >= 400 + and response.status_code < 500 and response.status_code != 404 ): raise ValueError( -- cgit v1.2.3