user8325022
user8325022

Reputation:

UrlFetchApp with proxy

What about several requests per second simultaneously?

Upvotes: 1

Views: 3232

Answers (1)

Antoine Colson
Antoine Colson

Reputation: 656

URL Fetch calls go through Google's servers. So:

  1. If you mean using a proxy to ask Google to fetch a URL, then yes.
  2. If you mean asking Google to fetch a URL through a proxy server, then no.

Also, from the documentation on Quotas for Google Services, you cap at 20,000 calls/day.

Upvotes: 0

Related Questions