Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axios bump broke submitting payload #50

Open
zluiten opened this issue Sep 21, 2022 · 0 comments · May be fixed by #51
Open

Axios bump broke submitting payload #50

zluiten opened this issue Sep 21, 2022 · 0 comments · May be fixed by #51

Comments

@zluiten
Copy link

zluiten commented Sep 21, 2022

Since #44 json payload in the request body is submitted wrapped with double quotes.

Example:

Current:

"{\n  \"key1\": \"value1\",\n  \"key2\": \"value2\"\n}"

Previous:

{
  "key1": "value1",
  "key2": "value2"
}
@zluiten zluiten linked a pull request Sep 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant