-
http-status-codes 是什么,不用它可以吗?
-
Incompatibilities:
* `urn:oasis:names:tc:SAML:2.0:status:VersionMismatch` is a status code in SAML but a sub status code in light response.
* Only a few sub status codes are recognized by eIDAS.
…
-
Context: https://jorianwoltjer.com/blog/p/hacking/xs-leaking-flags-with-css-a-ctfd-0day
This issue is somewhat separate from the privacy leaks that we've been thinking of, but it's an interesting g…
-
The OpenAI backend may rate limit clients by API key or organization, returning a 429 status code.
Currently this bubbles up as an error in the CLI.
-
### Feature request
We should add a description of the HTTP status codes to our docs
### Motivation
Users can be confused when using lorax if they see random status codes like 424.
### Your contr…
-
While giving drill a try, I noticed that it follows redirects and reports the resulting final page. I had been planning to have a sequence where it would do something like `/`, `/login`, etc. and was …
acdha updated
7 months ago
-
**Actual Behaviour**
Only two HTTP status codes 200, 400 are used for every API response.
**Expected Behaviour**
API response should have a different status code according to the execution of …
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this featu…
-
If I try to instantiate a response based on another response, with status code 101, returned by a `DurableObject`, I get this error:
Responses may only be constructed with status codes in the range 2…
-
In the order model, there's 3 properties that indicate an order's current status,
`last_status`, `last_status_full` and the `statuses` array, as seen in the image below (image1).
I would suggest…