From ae8c1bc97d2f6f9a349f81d9b918698b311c77d1 Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Thu, 15 Feb 2024 13:10:50 +0100 Subject: [PATCH] more 405 docs --- doc/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index d27fc3c..3da7610 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -71,6 +71,12 @@ 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"? + +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 +by default, but when we discovered it wasn't it was blocked as a security measure. + ### Do you support unencrypted HTTP requests? No, since version 3 we only support HTTPS for security reasons,