Skip to content

Response body and headers are not displayed for errors #3041

@EvgenyOrekhov

Description

@EvgenyOrekhov

2017-05-05-183124_640x993_scrot

This happens with responses with code 500 and 422 (and maybe others).

Steps to reproduce:

  1. Go to http://petstore.swagger.io/

  2. Place an order for a pet (POST /store/order) with the following request body

    {
        "id": 0,
        "petId": 12321312312312312,
        "quantity": -1,
        "shipDate": "asdasdasd",
        "status": "asdasdas",
        "complete": 12312312
    }

Probably related to #3021.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions