1

I am working with google script.

Is there a way to control what IP Address the URLFetch call comes out with?

Is it possible with a more raw HTTP request?

TheMaster
  • 45,448
  • 6
  • 62
  • 85
makmak
  • 151
  • 11
  • 2
    AFAIK, Not possible. – TheMaster Sep 01 '20 at 16:55
  • Thank you. @TheMaster. Is there any info on how the IPs are assigned? Ie. how one would need to make sure that one call has a different IP from another? Are they assigned randomly per each call? session? other 'module'? Would two calls spaced in time get a different IP? – makmak Sep 01 '20 at 19:47
  • 2
    Randomly. The rest no one really knows. You have to test it. The only related test, I'm aware of is [this](https://stackoverflow.com/a/63024816/) – TheMaster Sep 01 '20 at 19:54

0 Answers0