You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
affected HTTP plugin version: [e.g. 3.3.1]
affected platform(s) and version(s): [e.g. iOS 12.2]
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: