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 2021/02/11 16:57:21 UTC

[GitHub] [cordova-ios] tudordumitriu commented on issue #1074: [cordova-ios@6.2.0] CDVURLSchemeHandler WKURLSchemeTask nil HTTPBody of a POST URLRequest

tudordumitriu commented on issue #1074:
URL: https://github.com/apache/cordova-ios/issues/1074#issuecomment-777639807


   Still working on it, but what we did was to force the usage of fetch (instead of xhr), which did work until we had to upload a file.
   File upload, since we needed upload progress is done via xhr, and it crashes, but what is even more strange is that it crashes in webproxy with "Thread 1: EXC_BAD_ACCESS (code=1, address=0x20)" when accessing the urlSchemeTask.request.URL;
   So I suspect is the same issue, just can't tell what it is yet.
   Will try to create a minimal reproduction environment, even though is quite complicated.


----------------------------------------------------------------
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.

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