breautek commented on issue #759: Some requests are failing with error NSURLConnection finished with error - code -1015 URL: https://github.com/apache/cordova-ios/issues/759#issuecomment-581625878 `Cannot decode raw data` generally means that the server sent something that is unexpected, or not supported by iOS. https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorcannotdecoderawdata?language=objc I see this often when the content is gzipped, which the safari implementation appears to have buggy support for. If possible, I'd try to disable gzip encoding on the server, to at least confirm that this is the issue.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
