Skip to content

Commit

Permalink
Update 405-method-not-allowed.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brody192 committed Dec 19, 2024
1 parent fe0630a commit 7594365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/reference/errors/405-method-not-allowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7594365

Please sign in to comment.