Dave Wichers
Dave Wichers
I think a warning dialog would be fine and then when it is dismissed, if there is still a problem like 5 minutes later, it should pop up again (or...
Looks like a non-issue.
FYI. I just tried this again and its actually worse now. The content length of ANY Post, regardless of content type specified in the open api spec now has: Content-Length:...
I did. It is described in the issue. You need both the OpenAPI spec AND a target app to actually test against. I provided an example of a spec for...
This issue is about only the application/xml misbehavior, which you should be able to replicate by adding the example to pretty much any OpenAPI spec you test with, and then...
> Sorry, but an example path is not a definition. You mentioned several issues unrelated to `application/xml`, which is what brought me here. If you need an OpenAPI spec to...
OK. That's 'better', but do you plan to implement the XML support for it? And you asked about the beginning of the openapi file. It is: ```openapi: 3.0.1 info: title:...
> Could you provide the XML for the given example? I don't know what's the expected root element. I thought it was something like this: `David Wicherssome address` But it...
Thanks for researching! Based on these references, it looks like I'll need to make two changes: 1) Add this components block: ``` components: schemas: person: type: object properties: name: type:...
@thc202 - It's been 3+ months. Can you look into this? I'd really like to see this feature implemented as I plan to release an update to Benchmark that will...