From 759436584476c63ab62ffbf969264798c6a0e32e Mon Sep 17 00:00:00 2001 From: Brody Over <10548119+brody192@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:18:20 -0500 Subject: [PATCH] Update 405-method-not-allowed.md --- src/docs/reference/errors/405-method-not-allowed.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/reference/errors/405-method-not-allowed.md b/src/docs/reference/errors/405-method-not-allowed.md index fff3455b3..f6da80516 100644 --- a/src/docs/reference/errors/405-method-not-allowed.md +++ b/src/docs/reference/errors/405-method-not-allowed.md @@ -8,6 +8,8 @@ This error is returned by your application when you attempt to make a POST reque Depending on the application, this may result in your application returning either a 405 Method Not Allowed or a 404 Not Found status code. +Seemingly POST requests are being turned into GET requests. + ## Why This Error Can Occur This occurs because your request was made using HTTP. Railway will attempt to redirect your insecure request with a 301 Moved Permanently status code.