insomnia/packages/insomnia-app
Rafael Renan Pacheco fd9ebf335d Fix 405 HTTP status description (#1479)
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.
2019-05-03 10:18:26 -04:00
..
app Fix 405 HTTP status description (#1479) 2019-05-03 10:18:26 -04:00
bin Upgrade some deps 2018-07-11 19:07:20 -04:00
flow-typed Replace font-manager with improved font-scanner module (fixes #1453) (#1463) 2019-04-25 23:29:47 -07:00
scripts Fix build 2019-04-19 15:56:50 -07:00
webpack Version Control (beta) (#1439) 2019-04-17 17:50:03 -07:00
.babelrc Version Control (beta) (#1439) 2019-04-17 17:50:03 -07:00
.electronbuilder Plist entry for Mac dark mode (Ref #1366) 2019-04-26 14:50:40 -07:00
.eslintignore Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00
.eslintrc Version Control (beta) (#1439) 2019-04-17 17:50:03 -07:00
.flowconfig Add JSONPath template tag plugin 2018-03-06 18:26:37 +13:00
.gitignore Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00
.nvmrc Update Electron and node-libcurl (#1215) 2018-10-19 22:11:58 -04:00
package-lock.json Replace font-manager with improved font-scanner module (fixes #1453) (#1463) 2019-04-25 23:29:47 -07:00
package.json Publish 2019-04-29 14:45:29 -04:00
README.md Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00

Insomnia App

The main desktop application.