-
The REST guide [refers to RFC 7807 ](https://www.belgif.be/specification/rest/api-guide/#error-handling) for defining problem details. This year, RFC7807 was superseded by RFC 9457, which improves the…
-
```js
schema.openapi({ description: 'Some string' });
```
I am aware that the extension method `.openapi()` can be used to set the description, as shown above.
However, currently, it appears that …
-
Is the ocelet has the limitation of request body size?
I have api to upload file, the file size less than 20MB, the ocelet is ok.when the file size bigger, the ocelet will reponse 404.
-
| Q | A
| ------------ | ---
| Feature PR | symfony/symfony#51779
| PR author(s) | @MatTheCat
| Merged in | 6.4
We created this issue to not forget to document this new feature. We wo…
-
With the upgrade to Spring Boot 3.2.0-RC2 I think there is the following regression bug:
When a user visits an application, with ProblemDetail support enabled, with a browser and asking for HTML, t…
-
**API Platform version(s) affected**: 3.2.4
**Description**
In my tests I'm getting an indirect deprecation:
```
17x: Since api-platform 3.2: The class "ApiPlatform\Hydra\Serializer\ErrorN…
-
In https://github.com/w3c/vc-data-integrity/issues/66#issuecomment-1300669373, @mprorock wrote:
> should we consider using [RFC 7807](https://www.rfc-editor.org/rfc/rfc7807) for error responses?
T…
-
The combination of `spring-boot-starter-web`, `kotlinx-coroutines-reactor`, a suspended controller method and handling a 500 error response through `ResponseEntityExceptionHandler` causes double excep…
-
Today the error messages emitted only report the HTTP Status message.
`422 Unrecognized Entities`
https://github.com/equinix-labs/metal-go/blob/main/metal/v1/api_projects.go#L175
https://github.c…
-
This question seems inappropriate for SO. The nested exceptions message utility exposes Java type information:
```
I/O error on POST request for "http://localhost:8080/api/blahblah": Connection re…