-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
Currently, GET and DELETE requests with rrequest bodies are forbidden:
Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.
This is probably because the spec is "translated" in openAPI (where it is forbidden) instead of swagger v2 (where it is allowed).
Luckily, they noticed their "mistake" and will be allowing soon: OAI/OpenAPI-Specification#1937
I hope this tool will update accordingly. This ticket should serve as a reminder. 😃
Metadata
Metadata
Assignees
Labels
No labels