Skip to content

Request body in GET requests #34

@dagnelies

Description

@dagnelies

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions