3

My question is about the quota of URL fetched per day using urlFetchApp in Google Apps Script.

When a fetched URL automatically redirects to another URL using the "location" HTTP argument, does this count for 2 fetches or only 1 ?

Thanks

Thierry

1 Answers1

3

Fair question. Redirects will NOT count against your total number of UrlFetch calls per day.

Arun Nagarajan
  • 5,547
  • 1
  • 22
  • 19