I've been working recently with HttpService, sending Get requests, all that jazz; and recently I've tried a way of "scraping" roblox's website through google spreadsheet's importxml function, weirdly I'm also having trouble with displaying all of the information importxml has to offer; but that's not what I'm asking help on.
My question is- **how would I send a GetAsync request to a google spreadsheet if authentication is required? ** From the most basic script I've got
local h = httpservice:GetAsync('https://www.googlespreadsheetnameurlhereblabla.com") print(h)