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(http): properly write form-urlencoded data on android request body #7001

Merged
merged 5 commits into from
Dec 8, 2023

Conversation

ItsChaceD
Copy link
Contributor

This PR fixes the logic to write x-www-form-urlencoded data on Android http requests when it is sent as a serializable JSON, instead of a string.

Special thanks to @nickredding

closes #6792

@giralte-ionic giralte-ionic merged commit a986ee5 into main Dec 8, 2023
6 checks passed
@giralte-ionic giralte-ionic deleted the fix/write-form-urlencoded branch December 8, 2023 18:11
theproducer pushed a commit that referenced this pull request Dec 14, 2023
#7001)

Co-authored-by: Mark Anderson <mark@ionic.io>
Co-authored-by: Dan Giralté <97970732+giralte-ionic@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

CapacitorHttp POST application/x-www-form-urlencoded bug:
5 participants