summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/signatures.py1
1 files changed, 1 insertions, 0 deletions
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(