You need to sign in to do that
Don't have an account?
JeriMorris
HTTP Callout Request or Response Size Limits
Is there a limit to the size of either a request or a response when my Apex code makes an HTTP callout? If there is, what is it?
I know that I can only make 10 callouts per transaction -- I'm looking for the size of each individual callout.
I did a search for httprequest in the apex docs, and it says the getbody can be 3mb...
All Answers
For a single req 10 seconds,
if you have invoked 10 then 120 seconds for all, that does not men 10 sec for each, but toal 120 sec for all.
Thanks for the response, but you're talking about timeouts. I'm talking about size limits. How big can a single request or response be?
- Jeri
I did a search for httprequest in the apex docs, and it says the getbody can be 3mb...