Replies: 1 comment
|
You are still using Microcks 1.7.0 in production!? As it has been released in march 2023... please test it using 1.14.0 to see if you have the same issue or not ;) thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm running into an issue where non-standard HTTP status codes (e.g. 460, 520) defined in my OpenAPI spec's response examples always get returned as 500 Internal Server Error by the mock, instead of the actual configured code.
Versions tested: 1.6.1 and 1.7.0 (same behavior on both)
Is this a known limitation, or is there an existing issue/PR I should be tracking?
All reactions