apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

cordova ios 6.1.0 all xhr POST requests failing and are converting as blob request #1236

Closed gangishettisahiti closed 2 years ago

gangishettisahiti commented 2 years ago

Issue Type

Description

I have migrated the Cordova app from UIWebview to WKWebview. All the ajax post calls are getting failed and they are converted as blob requests. I am using the "cordova-plugin-wkwebview-file-xhr " plugin.

Information

Command or Code

Environment, Platform, Device

Cordova ios 6 iphone 11

Version information

Checklist

NiklasMerz commented 2 years ago

This is not a Cordova issues and more an issue of your implementation. You most likely need to make your CORS setup work.

You can probably learn from my journey.