Skip to content

SHOULD Send with 'application/json' content-type in notifications responses #1356

@YifengWong

Description

@YifengWong

return new Response(null, { status: 202 });

In notifications responses, there is only the status code 202, but without content-type application/json. It would make my java client requests error, because the java client checks EVERY response with application/json content-type

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