Hi Paul,
Thanks for the link. In Chrome debugging on network tools, the page I am trying to reach appears to be 380kb. I am performing a GET request with UrlFetchApp, and the data is being returned, however only partially. Is there any method I can use to check whether I will receive a full response? I would have thought the Fetch request would return a timeout error.
Also, which of these quotas related to the response size? Is URL length specifically the byte size of the URL string I am trying to request?
URL Fetch headers 100 / call 100 / call 100 / call 100 / call
URL Fetch header size 8kB / call 8kB / call 8kB / call 8kB / call
URL Fetch POST size 10MB / call 10MB / call 10MB / call 10MB / call
URL Fetch URL length 2kB / call 2kB / call 2kB / call 2kB / call
Thanks,