-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.1
@capacitor/core: 6.1.1
@capacitor/android: 6.1.1
@capacitor/ios: 6.1.1
Installed Dependencies:
@capacitor/cli: 6.1.1
@capacitor/core: 6.1.1
@capacitor/ios: 6.1.1
@capacitor/android: 6.1.1
Other API Details
npm -v 10.7.0
node -v v18.20.4Platforms Affected
- iOS
- Android
- Web
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 6
Expected Behavior
it should work with content-type: 'multipart/form-data' or documented somewhere
Project Reproduction
https://github.com/jongbonga/code-reproduction
Additional Information
There is a PR for the issue here
michaelwolz