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

Fix double-encoding of request body if request body is a minified json #23

Merged
merged 2 commits into from
Oct 30, 2019

Conversation

knaeckeKami
Copy link
Contributor

Currently, if the request body is a minified json string, alice will encode it again as json, causing the body to be encoded as json twice, resulting in a lot of unnecessary escape characters.

See this screenshot: https://photos.app.goo.gl/c8ktAxS9ToRQjUt26

This PR fixes this.

@jhomlala
Copy link
Owner

Thank your this fix

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 this pull request may close these issues.

2 participants