Open ItsasoAguirre opened 1 year ago
Did you try to debug the native code to get more details? Or maybe you can find some information in the logs of the server? And would you please provide a minimal version of your code without additional services like httpHeadersService
? Is your backend publicly available? Usually, the size shouldn't be a problem here as I was using the plugin also for requests which were returning huge responses.
Describe the bug I'm using the cordova-plugin-advanced-http and so far I haven't had any problems, but if the response has a large size, specifically 237.34 MB, the plugin doesn't even get the response in order to process it.
I have tried to upload the timout globally and the specific option of Sendrequest,
System info
Minimum viable code to reproduce If applicable, add formatted sample coding to help explain your problem.
e.g.:
Screenshots In postman with the same request I get a response of 237.34 MB But with the plugin nothing ever arrives. Although if the size is smaller it works without problem.