function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SwaranPoladiSwaranPoladi 

Http respon se error

Hi,

I have to form a request with around 1000 records and then I have to send it to other Server using Http.
While I am sending the request I got an error like " Exceeded max size limit of 100000 with request size 143451".
So I limited it to 100 records and then I have send it to server.
Then I got the below errors:
  Connection reset,
  Error while writing to server and
Please give your inputs on this.

Regards,
lucky
SwaranPoladiSwaranPoladi

Some more info.
Another error message is
If you are making a POST or PUT request, then your request body (the thing you are trying to upload) is too large.  If you are making GET request, then the reply body (what you are trying to download) is too large.   These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.


I have tried using both POST & GET methods