Skip to content

When POSTing JSON content that uses single quotes instead of double quotes, the body gets #33

Description

@hex2bit

When sending JSON content that uses single quotes instead of double quotes, the content doesn't get passed as expected to the server. It seems like it's wrapping the content in double quotes when I test it with Postman's echo API.

Single quote example:
image

Double quote example:
image

I can also run the single quote example using something like CURL, which doesn't carry the same formatting, and running API calls this way work for examples I've tried against real world APIs:
image

Metadata

Metadata

Labels

WIPbugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions