You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/31 05:39:13 UTC

[GitHub] [cordova-ios] gangishettisahiti opened a new issue, #1236: cordova ios 6.1.0 all xhr POST requests failing and are converting as blob request

gangishettisahiti opened a new issue, #1236:
URL: https://github.com/apache/cordova-ios/issues/1236

   <!--
   Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] Bug Report
   
   ## 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
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Cordova ios 6
   iphone 11
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
   
   - [ ] I searched for already existing GitHub issues about this
   - [ ] I updated all Cordova tooling to their most recent version
   - [ ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] NiklasMerz commented on issue #1236: cordova ios 6.1.0 all xhr POST requests failing and are converting as blob request

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #1236:
URL: https://github.com/apache/cordova-ios/issues/1236#issuecomment-1141846765

   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](https://blog.merzlabs.com/posts/webview-history/).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] NiklasMerz closed issue #1236: cordova ios 6.1.0 all xhr POST requests failing and are converting as blob request

Posted by GitBox <gi...@apache.org>.
NiklasMerz closed issue #1236: cordova ios 6.1.0 all xhr POST requests failing and are converting as blob request
URL: https://github.com/apache/cordova-ios/issues/1236


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org