You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on Capacitor 5 sending formData with CapacitorHttp enabled on config and content-type: 'multipart/form-data' hard-coded in the headers works fine, it fails on Capacitor 6
Expected Behavior
it should work with content-type: 'multipart/form-data' or documented somewhere
This issue has been labeled as type: bug. This label is added to issues that that have been reproduced and are being tracked in our internal issue tracker.
5.5.1 -> my express service got content type content-type’: ‘multipart/form-data as default
6.0.1 -> i got content-type': 'application/x-www-form-urlencoded without file in data
Capacitor Version
Other API Details
Platforms Affected
Current Behavior
on Capacitor 5 sending formData with CapacitorHttp enabled on config and
content-type: 'multipart/form-data'
hard-coded in the headers works fine, it fails on Capacitor 6Expected Behavior
it should work with
content-type: 'multipart/form-data'
or documented somewhereProject Reproduction
https://github.com/jongbonga/code-reproduction
Additional Information
There is a PR for the issue here
The text was updated successfully, but these errors were encountered: