From e5be465227fae610f2340f85cd8dee2fc90ba07e Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Thu, 15 Feb 2024 13:18:41 +0100 Subject: [PATCH] typo --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 3da7610..965f1f9 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -71,7 +71,7 @@ by pretending to be another website or client, or slamming us with too much traffic. In some cases this might be reversed when the problem is fixed, but deliberate breaches of the TOS will result in a permanent ban. -### I was getting "403 Forbidden", but recently it changed to "305 Method Not Allowed"? +### I was getting "403 Forbidden", but recently it changed to "405 Method Not Allowed"? You seem to be sending POST requests. We have only every supported GET as per the [documentation](./usage), and by implication, HEAD. POST should have been disabled