-
if `Deprecation` is used, what HTTP status code should be used? i think it would be good to say something about this. i guess that continuing to use the same ones is ok, since the resources are still …
-
It's my understanding that it is currently not possible to get [close codes](https://tools.ietf.org/html/rfc6455#page-42) upon disconnect.
The `_Reason` variable holds this close code information,…
-
A client has been adding mostly `307` redirects as its description is closest to what they want ("Temporary Redirect") but a `302` is more appropriate most of the time.
The status code dropdown, an…
-
The checkValidServiceWorker function only checks for 404 status codes and fails to handle other non-200 responses. This could lead to situations where other errors are not correctly dealt with. Implem…
-
As far as I can see this spec doesn't specify response status codes.
For example most LNURLp implementations I've come across return `200` after the call to `/.well-known/lnurp/something`.
I jus…
-
Refactor ISO7816 status codes added in https://github.com/Nitrokey/pynitrokey/pull/296, to share the implementation across different needs.
See https://github.com/Nitrokey/pynitrokey/pull/296#discu…
-
Goto Job browser , shortlist few candidates , click on show list.. Show list page shows status code instead of descriptions
-
-
I don't see how I would send status codes with the buildRouter API -- help?
-
You can refer https://httpstatuses.com/, to know which status code to return.
- [this](https://github.com/phoenixking25/Obscura-4.5-backend/blob/master/routes.py#L33) should be 401
- [this](https:…