Skip to content
Advertisement

Tag: http-get

UrlFetchApp Variable Errors

I’m trying to make a proxy with the UrlFetchApp Google Scripts API. However, with a query string of ?url=”https://google.com”, it gives me this error: But when I substitute param in my code below for https://google.com, the exact value of param, it works perfectly fine for some reason. Here’s my code: Thank you for any help! Answer How about this modification?

Advertisement