Skip to content

Commit

Permalink
more 405 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geira committed Feb 15, 2024
1 parent 6957358 commit ae8c1bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ae8c1bc

Please sign in to comment.