Skip to content

Python generated code: Delete API Requests can be blocked in API Gateways when sends empty body #1387

@ShemTovYosef

Description

@ShemTovYosef

API Request for DELETE should not send anything by default; the current behavior sends an empty body
send: b'{}'
reply: 'HTTP/1.1 403 Forbidden\r\n'

Need to set {} to None

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