mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
fd9ebf335d
The https://developer.mozilla.org/en-US/docs/Web/HTTP/Status page do say that the 405 should not be returned for GET and HEAD. But if you click on that 405 link it will open https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 , and there there's nothing about mandatory methods. On that page you will get the RFC link https://tools.ietf.org/html/rfc7231#section-6.5.5 , and again, there's nothing about mandatory methods. The restful documentation also doesn't talk about mandatory methods for 405: https://restfulapi.net/http-status-codes/ Spring Framework (a well know framework for Java) has some configuration for the Spring Data Rest project that will result in GET requests returning 405. Since the RFC should be the winner here, and the divergence between the mozilla's pages, I'm proposing this fix to remove the misleading description. |
||
---|---|---|
.. | ||
__fixtures__ | ||
__tests__ | ||
constants.js | ||
database.js | ||
har.js | ||
hotkeys-listener.js | ||
hotkeys.js | ||
import.js | ||
keyboard-keys.js | ||
markdown-to-html.js | ||
misc.js | ||
render.js |