From 29e4666bd954e696572a5edc91b96199357585a7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 21 Oct 2022 00:03:09 +0400 Subject: [PATCH] Mention of 404 error was removed from GET /:captcha_id description. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c615d7a..256c0d3 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,7 @@ Responds with an empty body and one of the HTTP codes. If an optional `remove` parameter without a value supplied CAPTCHA will be removed without checking and a HTTP code `204` will be sent. Otherwise, a `403` -HTTP code will be sent if it is not solved. If a CAPTCHA doesn't exist a `404` -HTTP code still will be returned. +HTTP code will be sent if it is not solved. A `remove` parameter was added because browsers will print an error in a console if HTTP code is not within `2xx`, so to keep a console clean you can provide