Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Flask: JSON request body incorrectly sent as string data #1067

Open
@evanpurkhiser

Description

@evanpurkhiser

def get_json_data(self, request):
return request.data

This will be the string representation of the JSON, it would make sense to send this as an actual object. Relates to getsentry/sentry#5673

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