Skip to content

Content-Type has charset=utf-8 which seems not to be standard for json:api #129

Closed
@franckstifler

Description

@franckstifler

Here are the request headers being sent to my server. It rejects this request due to charset=utf-8 being appended to the Content-Type header.

 req_headers: [
    {"accept", "application/vnd.api+json"},
    {"accept-encoding", "gzip"},
    {"content-type", "application/vnd.api+json; charset=utf-8"},
    {"host", "localhost:4000"},
    {"user-agent", "Dart/2.18 (dart:io)"}
  ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions