Basically, the text parameter in PerformHttpRequest, is the response sent by the website. In my case, I’m resolving a promise with the Player that logged in and returning it in a JSON object. But yeah, it’s simply res.send(data) on the NodeJS side of things, and the text argument’s value will automatically be the data sent back by NodeJS’ res.send(data)